-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add commonAnnotations to Cassandra metadata #1094
Comments
Looks very usefull for argocd. |
From discussions internally and reviewing the conversations on discord, it looks like what is being asked for here is annotations for the statefulset, pods etc. coming from cass-operator. I was originally going to implement this in k8ssandra-operator, but
I'll raise a ticket on cass-operator first, then expose this in k8ssandra-operator as a second step. Note that this won't change annotations on other resources created by k8ssandra-operator, but my understanding is that fields already exist to control annotations for the other resources. |
What is missing?
There should be a
commonAnnotations
field in the cassandra.metadata section of the ressourceK8ssandraCluster
.Why do we need it?
Other operators in our Kubernetes cluster are interfering with the resources created by the cass-operator, and we need to add annotations to exclude these resources from the other operators.
Environment
K8ssandra Operator version:
v1.9.1
Anything else we need to know?:
No.
The text was updated successfully, but these errors were encountered: