Skip to content

Commit

Permalink
Update docs/content/en/install/local/multi-cluster-helm/_index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Dejanovski <[email protected]>
  • Loading branch information
Miles-Garnsey and adejanovski authored May 28, 2024
1 parent f5ee7c6 commit a9e044b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/install/local/multi-cluster-helm/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ false

### Register the data plane to the control plane

[k8ssandra-client](https://github.com/k8ssandra/k8ssandra-client) is used to register data planes to control planes. It does this by installing a ClientConfig on the control plane.
[k8ssandra-client](https://github.com/k8ssandra/k8ssandra-client) is used to register data planes to control planes. It does this by creating a ClientConfig custom resource on the control plane and a secret with a kubeconfig entry providing access to the dataplane.

**Note:** K8ssandra Operator restarts automatically whenever there is a change to a `ClientConfig` (a create, update, or delete operation). This restart is done in order to update connections to remote clusters.

Expand Down

0 comments on commit a9e044b

Please sign in to comment.