Skip to content

Commit

Permalink
Update website/content/docs/k8s/upgrade/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: trujillo-adam <[email protected]>
  • Loading branch information
David Yu and trujillo-adam authored Jul 12, 2023
1 parent 408cbe8 commit a085478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/k8s/upgrade/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ If you upgrade Consul from a version that uses client agents to a version the us

1. Now that all services and gateways are using Consul dataplanes, disable client agents in your Helm chart by deleting the `client` stanza or setting `client.enabled` to `false` and running a `consul-k8s` or Helm upgrade.

1. If you have ACLs enabled, you will have some old ACL tokens that are now no longer needed. If you wish, you can manually clean up these tokens.
1. If `acls.manageSystemACLs` is set to `true`, outdated ACL tokens will persist a result of the upgrade. You can manually delete the tokens to declutter your Consul environment.

Outdated connect-injector tokens have the following description: `token created via login: {"component":"connect-injector"}`. Do not delete
the tokens that have a description where `pod` is a key, for example `token created via login: {"component":"connect-injector","pod":"default/consul-connect-injector-576b65747c-9547x"}`). The dataplane-enabled connect inject pods use these tokens.
Expand Down

0 comments on commit a085478

Please sign in to comment.