github.com/replicatedcom/ship@v0.50.0/integration/base/shipapp-helm-values/expected/installer/consul/templates/NOTES.txt (about) 1 1. Watch all cluster members come up. 2 $ kubectl get pods --namespace={{ .Release.Namespace }} -w 3 2. Test cluster health using Helm test. 4 $ helm test {{ template "consul.fullname" . }} 5 3. (Optional) Manually confirm consul cluster is healthy. 6 $ CONSUL_POD=$(kubectl get pods -l='release={{ template "consul.fullname" . }}' --output=jsonpath={.items[0].metadata.name}) 7 $ kubectl exec $CONSUL_POD consul members --namespace={{ .Release.Namespace }} | grep server