Fixing command line to deploy from images

The command line referenced them in /release/kubernetes-manifests, but they are really in /kubernetes-manifests
This commit is contained in:
Dan Ciruli 2019-02-21 10:32:01 -08:00 committed by GitHub
parent 5f41e12b2f
commit 4da72cdae9
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).
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 ./kubernetes-manifests` to deploy the app.
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
browser to confirm installation.