From 8f598113c85344d453b636aedadfe71109aca4e7 Mon Sep 17 00:00:00 2001 From: Jay Taylor Date: Mon, 16 Oct 2017 14:00:26 -0700 Subject: [PATCH] Fixed paths in Elasticsearch production cluster README. (#110) --- staging/elasticsearch/production_cluster/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/staging/elasticsearch/production_cluster/README.md b/staging/elasticsearch/production_cluster/README.md index 58a2ff58..ecfbd519 100644 --- a/staging/elasticsearch/production_cluster/README.md +++ b/staging/elasticsearch/production_cluster/README.md @@ -19,27 +19,27 @@ This example uses [this pre-built image](https://github.com/pires/docker-elastic ## Deploy ``` -kubectl create -f examples/elasticsearch/production_cluster/service-account.yaml -kubectl create -f examples/elasticsearch/production_cluster/es-discovery-svc.yaml -kubectl create -f examples/elasticsearch/production_cluster/es-svc.yaml -kubectl create -f examples/elasticsearch/production_cluster/es-master-rc.yaml +kubectl create -f staging/elasticsearch/production_cluster/service-account.yaml +kubectl create -f staging/elasticsearch/production_cluster/es-discovery-svc.yaml +kubectl create -f staging/elasticsearch/production_cluster/es-svc.yaml +kubectl create -f staging/elasticsearch/production_cluster/es-master-rc.yaml ``` Wait until `es-master` is provisioned, and ``` -kubectl create -f examples/elasticsearch/production_cluster/es-client-rc.yaml +kubectl create -f staging/elasticsearch/production_cluster/es-client-rc.yaml ``` Wait until `es-client` is provisioned, and ``` -kubectl create -f examples/elasticsearch/production_cluster/es-data-rc.yaml +kubectl create -f staging/elasticsearch/production_cluster/es-data-rc.yaml ``` Wait until `es-data` is provisioned. -Now, I leave up to you how to validate the cluster, but a first step is to wait for containers to be in ```RUNNING``` state and check the Elasticsearch master logs: +Now, I leave up to you how to validate the cluster, but a first step is to wait for containers to be in `RUNNING` state and check the Elasticsearch master logs: ``` $ kubectl get pods