mirror of https://github.com/status-im/consul.git
docs: add missing $ gossip key rotation (#13581)
This commit is contained in:
parent
4d9922c1e4
commit
ea0966ff5e
|
@ -161,7 +161,7 @@ The following steps need only be performed once in any single datacenter if your
|
|||
|
||||
1. `kubectl exec` into a Consul Agent pod (server or client) and add the new key to the Consul Keyring. This can be performed by running the following command:
|
||||
```shell-session
|
||||
kubectl exec -it consul-server-0 -- /bin/sh
|
||||
$ kubectl exec -it consul-server-0 -- /bin/sh
|
||||
```
|
||||
1. **Note:** If ACLs are enabled, export the bootstrap token as the CONSUL_HTTP_TOKEN to perform all `consul keyring` operations.
|
||||
|
||||
|
|
Loading…
Reference in New Issue