Skip to content

Commit

Permalink
backport of commit 74bf6a7 (#17762)
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
  • Loading branch information
hc-github-team-consul-core and lkysow authored Jun 15, 2023
1 parent 3648e05 commit 5e336e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website/content/docs/k8s/upgrade/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,13 @@ If you upgrade Consul from a version that uses client agents to a version the us
type: OnDelete
```

1. Add `consul.hashicorp.com/consul-k8s-version: 1.0.0` to the annotations for each pod you upgrade.

1. Follow our [recommended procedures to upgrade servers](#upgrade-consul-servers) on Kubernetes deployments to upgrade Helm values for the new version of Consul.

1. Run `kubectl rollout restart` to restart your service mesh applications. Restarting service mesh application causes Kubernetes to re-inject them with the webhook for dataplanes.

1. Restart all gateways in your service mesh.

1. Disable client agents in your Helm chart by deleting the `client` stanza or setting `client.enabled` to `false`.
1. 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.

## Configuring TLS on an existing cluster

Expand Down

0 comments on commit 5e336e4

Please sign in to comment.