Michael Burman

Results 285 comments of Michael Burman

cassandra-jaas.config is only necessary if remote JMX authentication is required. However, we don't use that anymore by default. You end up using it because of the following setting for Reaper:...

The usage of PodTemplateSpec in cass-operator is generally undocumented and not recommended, there are multiple fields which are overwritten or modified without passing them directly to the pods and that's...

As I commented on the Discord, copying here as well: This is because the 1.x was using cass-operator only (which does support FQDN), not k8ssandra-operator. That said, there's no intention...

We could, the "once" would be removed after applying it, but always would stay in that case.

From other operators side: If k8ssandra-operator has upgrades and cass-operator has upgrades, we might need only k8ssandra-operator to apply new CassandraDatacenter. But also, we might have a case, where cass-operator...

I'm not a fan of creating new boolean for this, but I'd be happy to accept a PR if it adds an annotation to the CassandraDatacenter to prevent these. We...

This PR requires modified management-api to start. Here's a YAML to test.. ```yaml apiVersion: cassandra.datastax.com/v1beta1 kind: CassandraDatacenter metadata: name: dc1 annotations: cassandra.datastax.com/readonly-fs: "true" spec: clusterName: cluster1 serverType: cassandra serverVersion: "4.1.4"...

I think I fixed this in commit f309eb4 , the problem you're hitting is too old version of golangci-lint.

Your cert-manager isn't running.

Closing stale tickets, reopen if there's anything else.