John Sanda
John Sanda
Can you provide some more details such as: * Kubernetes distro * Storage class used (or even better a K8ssandraCluster manifest) * Maybe kubelet logs if anything appears relevant
>Not sure if you need a separate issue for that but this may cause some grief Is this #615?
We get a number of metrics for free from controller-runtime. It would be good to get those documented (if it isn't already somewhere). I may be wrong but creation of...
Was anything noteworthy reported in the Reaper Deployment status? Not sure off hand what checks could be performed to determine that things are stuck. Certainly open to suggestions though :)...
If the Reaper controller gets an error when it tries to add/update the Deployment, then we should definitely surface that information. Can you provide steps to reproduce?
Could this handled with an OpenAPI validation annotation on the `Prefix` field?
@andrey-dubnik Since you mentioned having to update the STS I assume you are referring to Cassandra pods. In this scenario, k8ssandra-operator should apply the change to the underlying CassandraDatacenter. cass-operator...
K8SSAND-1727 ⁃ Add ability to set environment variables in containers deployed by k8ssandra-operator
I agree with @adutra about users configuring env vars and agents in that it should be done as a result of some higher level action. I also agree that we...
Is this still a problem? I took a look at the logs you provided. The operator was able to finish reconciling the K8ssandraCluster. Note this log statement: `1.6605824321632798e+09 INFO controller.k8ssandracluster...
We have the `Test_NewCassServiceMonitor_SUCCESS` unit test (see [here](https://github.com/k8ssandra/k8ssandra-operator/blob/d50191e301bba4d313015023d4199059f8dbd09b/pkg/telemetry/prom_cass_servicemonitor_test.go#L12-L12)) which only performs this check against the created ServiceMonitor: ```go assert.Equal(t, "prometheus", actualSM.Spec.Endpoints[0].Port) ``` Shouldn't the test verify the full state, including...