docs: fix another broken link to upgrading k8s servers from token rotation page (#9707)

fix another broken link to upgrading k8s servers from token rotation page
This commit is contained in:
David Yu 2021-02-04 09:44:04 -08:00 committed by GitHub
parent 5c749d32f8
commit 7247d9c0cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ are issued every time the Helm chart is upgraded. These certificates are signed
continue to work as expected in the existing cluster.
Consul servers read the certificates from Kubernetes secrets during start-up and keep them in memory. In order to ensure the
servers use the newer certificate, the server pods need to be [restarted explicitly](/docs/k8s/operations/upgrade#upgrading-consul-servers) in
servers use the newer certificate, the server pods need to be [restarted explicitly](/docs/k8s/upgrade#upgrading-consul-servers) in
a situation where `helm upgrade` does not restart the server pods.
To explicitly perform server certificate rotation, follow these steps: