You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the K8ssandraCluster gets created, if there’s a provided medusaConfigurationRef and it is in a different namespace than the K8ssandraCluster, the referenced secret must be duplicated in the K8ssandraCluster namespace with a new name: <cluster-name>-<secret-name>, and the following labels:
k8ssandra.io/cluster-name: test
k8ssandra.io/cluster-namespace: k8ssandra-operator
k8ssandra.io/replicated-by: k8ssandracluster-controller
Labels should be placed on the copied secret using labels.SetReplicatedBy().
This will allow the ReplicatedSecret controller to cleanup any created secret upon deletion.
This secret will then be replicated to all the contexts/namespaces as part of the ReplicatedSecret workflow that’s already implemented in the operator.
The content you are editing has changed. Please copy your edits and refresh the page.
As the K8ssandraCluster gets created, if there’s a provided medusaConfigurationRef and it is in a different namespace than the K8ssandraCluster, the referenced secret must be duplicated in the K8ssandraCluster namespace with a new name:
<cluster-name>-<secret-name>
, and the following labels:Labels should be placed on the copied secret using
labels.SetReplicatedBy()
.This will allow the ReplicatedSecret controller to cleanup any created secret upon deletion.
This secret will then be replicated to all the contexts/namespaces as part of the ReplicatedSecret workflow that’s already implemented in the operator.
Definition of Done
The text was updated successfully, but these errors were encountered: