Add missing extension to pre-built images instructions in readme

This commit is contained in:
David Ebbo 2019-02-22 09:21:00 -08:00 committed by GitHub
parent 5f41e12b2f
commit 2e08588862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -186,7 +186,7 @@ by deploying the [release manifest](./release) directly to an existing cluster.
**Prerequisite**: a running Kubernetes cluster (either local or on cloud). **Prerequisite**: a running Kubernetes cluster (either local or on cloud).
1. Clone this repository, and go to the repository directory 1. Clone this repository, and go to the repository directory
1. Run `kubectl apply -f ./release/kubernetes-manifests` to deploy the app. 1. Run `kubectl apply -f ./release/kubernetes-manifests.yaml` to deploy the app.
1. Run `kubectl get pods` to see pods are in a Ready state. 1. Run `kubectl get pods` to see pods are in a Ready state.
1. Find the IP address of your application, then visit the application on your 1. Find the IP address of your application, then visit the application on your
browser to confirm installation. browser to confirm installation.