Skip to content

Commit

Permalink
Merge pull request #3 from alexander-riss/readme-default
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
daniel-yavorovich authored May 9, 2017
2 parents e2aed30 + 2a29a2d commit 1b48863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1b48863

Please sign in to comment.