Michael Burman

Results 285 comments of Michael Burman

Hmm, my helm doesn't have helm diff command (or helm upgrade diff) so I wonder what's that doing (would it be possible to get the dry-run to see the output...

That seems to indicate a failure in your Cassandra cluster to get to the replication factor of 4 when you use the Helm command to update. That's to distribute the...

We do not create a PVC for metrics-agent-config (it's mounted as ConfigMap), so this error is weird. Did the cluster have some old version of CassandraDatacenter CRD and it for...

In 1.18, you can use MedusaBackupSchedule to schedule your purge jobs which solves the issue as it doesn't use external images.

The Kubernetes dependencies in cass-operator are updated as part of 1.20 (https://github.com/k8ssandra/cass-operator/pull/619), 1.19.x branch remains at 1.26. However, since this project does not ship with mutating webhook, the issues in...

Right, in that case (if the disable is used - but not mentioned in the original message), the port should not be exposed. But by default (at least as of...

Hey, you're right, the check should include something like Generation check to verify if CassandraDatacenter has been modified to fix the Valid state. You can workaround this with some status...