Skip to content

Commit

Permalink
Merge 0c060fa into backport/docs/lkysow/prepare-dataplane-upgrade/dee…
Browse files Browse the repository at this point in the history
…ply-joint-herring
  • Loading branch information
hc-github-team-consul-core authored Jul 12, 2023
2 parents 99590f0 + 0c060fa commit 4a50a21
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 @@ -229,9 +229,7 @@ If you upgrade Consul from a version that uses client agents to a version the us
prepareDataplanesUpgrade: true
```

1. Now you're ready to upgrade to a consul-k8s version that supports Consul dataplanes. Consul dataplanes disables Consul clients by default since they are no longer needed
for fresh installs but during an upgrade you need to ensure Consul clients stay running.
Edit your Helm chart configuration to ensure Consul client agents stay running by setting `client.enabled` and `client.updateStrategy`:
1. Consul dataplanes disables Consul clients by default, but during an upgrade you need to ensure Consul clients continue to run. Edit your Helm chart configuration and set the [`client.enabled`](/consul/docs/k8s/helm#v-client-enabled) field to `true` and specify an action for Consul to take during the upgrade process in the [`client.updateStrategy`](/consul/docs/k8s/helm#v-client-updatestrategy) field:

```yaml filename="values.yaml"
client:
Expand Down

0 comments on commit 4a50a21

Please sign in to comment.