docs: add missing $ gossip key rotation (#13581)

This commit is contained in:
David Yu 2022-06-23 14:31:05 -07:00 committed by GitHub
parent 4d9922c1e4
commit ea0966ff5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.