Michael Burman

Results 285 comments of Michael Burman

There's ability to set roles access to ``MBEANS``, even with ``MBEANS ALL``. Are you suggesting we drop mbeans access from all other accounts? The management-API does not currently have support...

At some point, yes, given that PSP is deprecated.

Yes, the prometheus-stack in the k8ssandra Helm default installation has always been problematic. I'd personally be happy to remove it from our autoinstall instead of fixing the CRD upgrader with...

This is what happens when one tries: ```console ➜ datastax kubectl apply -f https://raw.githubusercontent.com/k8ssandra/cass-operator/v1.7.1/docs/user/cass-operator-manifests.yaml namespace/cass-operator created serviceaccount/cass-operator created secret/cass-operator-webhook-config created Warning: apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+;...

With the patches: ```console ➜ cass-operator git:(master) ✗ kubectl patch crd cassandradatacenters.cassandra.datastax.com -p '{"spec":{"preserveUnknownFields":false}}' customresourcedefinition.apiextensions.k8s.io/cassandradatacenters.cassandra.datastax.com patched ➜ cass-operator git:(master) ✗ kubectl apply --server-side --force-conflicts -k config/crd customresourcedefinition.apiextensions.k8s.io/cassandradatacenters.cassandra.datastax.com serverside-applied customresourcedefinition.apiextensions.k8s.io/cassandratasks.control.k8ssandra.io serverside-applied...

This is duplicate of https://github.com/k8ssandra/cass-operator/issues/276

@Miles-Garnsey This is what I intended in the original discussion with CRD upgrade. This doesn't affect you, but will affect the cass-operator upgrade on Kubernetes 1.22 Sadly the test can't...

Without this, the update from cass-operator 1.8.0 will fail if newer Kubernetes is installed.

Meant to write pre 1.8.0, as in the update from 1.7.1 to 1.9.0 would trigger it also. You can't install 1.7.1 to Kube 1.23, which makes the test painful, you...

Hi, would you like to post this PR to the new repo? k8ssandra/cass-operator