Michael Burman
Michael Burman
SSLContext should be refreshed to point to the right context, Instead of the old one when hot reloading SSL. Fixes #507
The /metrics endpoint can generate a lot of data, but we don't support any compression on that endpoint. We should add this to our Netty server to save bandwidth.
**What this PR does**: **Which issue(s) this PR fixes**: Fixes # **Checklist** - [ ] Changes manually tested - [ ] Automated Tests added/updated - [ ] Documentation added/updated -...
**What happened?** --- FAIL: TestK8ssandraCluster (291.64s) --- FAIL: TestK8ssandraCluster/AddDcToExistingCluster (56.57s) --- FAIL: TestK8ssandraCluster/AddDcToExistingCluster/SchemaDisagreementOnStargate (2.71s) add_dc_test.go:104: wait for the CassandraInitialized condition to be set add_dc_test.go:731: add Stargate and Reaper add_dc_test.go:573: check...
**What is missing?** Follow up to this issue: https://github.com/k8ssandra/k8ssandra-operator/issues/1399 This functionality is used in the warmup phase of the SecretController, in initializeCache(). This works now for single-namespace as well as...
**What happened?** The page https://docs.k8ssandra.io/tasks/monitor/vector/ is no longer correct for 1.6.0 and forward. This should be updated to reflect the changes done in the last release (that updated to cass-operator...
**What happened?** In k8ssandra-operator, we only deploy MedusaBackupSchedule webhook in the data-plane setting. However, in the kustomize templates, all the webhooks are deployed in data-plane setting. This means that Kubernetes...
**What is missing?** I'm opening this for discussion, but I'm not a fan of adding env variables for configuration. They're not typed and not easily validated in the deployment configuration....
### What is missing? In https://github.com/k8ssandra/cass-operator/issues/496 we removed the functionality that would wait for cleanup to finish after scale up before marking the process as done. We want to return...