Michael Burman
Michael Burman
**What this PR does**: Add new annotation cassandra.datastax.com/track-cleanup-tasks that en…ables tracking cleanup after scale up. This will wait for the cleanup to finish before scale up is marked as completed....
### What is missing? Currently CHANGELOG changes will cause a lot of merge conflicts and unnecessary pushes to update them. Since we have to fill the PR template already, we...
…f the Datacenter is running in unhealthy Kubernetes configuration. These could be scheduling related or pods crashing **What this PR does**: **Which issue(s) this PR fixes**: Fixes #583 **Checklist** -...
Also, update the base builder image..
**What is missing?** https://github.com/k8ssandra/cass-operator/issues/691 When updating the cass-operator to next version, we need to ensure that the label queries are correct and that k8ssandra-operator does similar label replacement (if required)...
**What happened?** If using "datacenterName" in the following way: ```yaml datacenters: - metadata: name: dc2 k8sContext: kind-k8ssandra-1 size: 2 datacenterName: real-dc2 ``` Then what happens is that MedusaBackupJob gets the...
**What this PR does**: Adds "PullSecret" to the Image struct that has precedence over PullSecretRef. This is to ensure the compatibility with the cass-operator Image type (and to allow easier...
**What happened?** While trying the feature, setting ``` telemetry: prometheus: enabled: true ``` when using Cassandra 5.0.x, the generated ServiceMonitors are incorrect. They refer to certain labels that are not...
**What happened?** We still have some tests that use 3.11 branch of Cassandra. Given that 3.11 is already EOL and we've stopped testing against it in cass-operator, it makes sense...
**What happened?** Openshift does not approve this type of enforcement of uid/gid without the use of anyuid rights. This might be something that's beyond the rights of the user deploying...