mirror of https://github.com/status-im/consul.git
docs: Bad External VM Example (#10943)
Adds a missing `\` for continuation in the example command for connecting an external VM client outside of Kubernetes to the Consul server cluster.
This commit is contained in:
parent
80452fc201
commit
c9ff4bfac8
|
@ -78,7 +78,7 @@ Given you have the [official Helm chart](/docs/k8s/helm) installed with the defa
|
|||
```bash
|
||||
consul agent \
|
||||
-advertise="$ADVERTISE_IP" \
|
||||
-retry-join='provider=k8s label_selector="app=consul,component=server"'
|
||||
-retry-join='provider=k8s label_selector="app=consul,component=server"' \
|
||||
-bind=0.0.0.0 \
|
||||
-hcl='leave_on_terminate = true' \
|
||||
-hcl='ports { grpc = 8502 }' \
|
||||
|
|
Loading…
Reference in New Issue