From 2a29a2d83e1b341b50a7a534ca3fa4355f8be072 Mon Sep 17 00:00:00 2001 From: Alexander Riss Date: Tue, 9 May 2017 11:42:21 +0200 Subject: [PATCH] Update Readme.md use namespace variable everywhere instead of "default" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b0e43a..bc478c5 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Once everything is up you can check cluster status by running: ``` FIRST_POD=$(kubectl get pods -n $namespace -l 'app=rabbitmq' -o jsonpath='{.items[0].metadata.name }') -kubectl -n default exec -ti $FIRST_POD rabbitmqctl cluster_status +kubectl -n $namespace exec -ti $FIRST_POD rabbitmqctl cluster_status ``` This should return something like this showing at least N (where N = # of replicas in your Deployment YAML file) nodes joined cluster: