From 2e08588862754645f1d32a302e0cc5d1493dfa78 Mon Sep 17 00:00:00 2001 From: David Ebbo Date: Fri, 22 Feb 2019 09:21:00 -0800 Subject: [PATCH] Add missing extension to pre-built images instructions in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4045741..fc3101b 100644 --- a/README.md +++ b/README.md @@ -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 ./release/kubernetes-manifests.yaml` 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.