Michael Burman
Michael Burman
**What happened?** We have no test to check if upgrading from 3.11 to 4.0 is automated using cass-operator. We should have such, at the moment we only test if upgrading...
**What is missing?** Most of our operations in the e2e tests act against empty Cassandra nodes. We should create a schema and write some data to them to ensure that...
Some of the tests stuff requires a larger refactoring to support running tests against multiple versions, something we'll want for the future. This ticket is just to track the required...
Trying to write down missing features: * [x] TTL to delete expired tasks * [x] Output modifications with kubebuilder annotations so that display looks nice with kubectl * [x] Condition...
**What is missing?** Our e2e tests are run against 3.11.x / 4.0.x / dse, depending a bit on the test. We should modify this behavior to verify that all versions...
**What is missing?** ginkgo v1 is deprecated. We should update tests to ginkgo v2. ┆Issue is synchronized with this [Jira Task](https://k8ssandra.atlassian.net/browse/K8SSAND-1413) by [Unito](https://www.unito.io) ┆friendlyId: K8SSAND-1413 ┆priority: Medium
**What is missing?** Rack processing has limitations. Removing existing racks is not allowed by the webhook and also it's not supported in the reconcile_racks. There was a question in the...
…fix some CRD comments, modify created-by label value to match Kubernetes recommendation **What this PR does**: Removes defuctLabel check for managed-by label, changes created-by label value and updates some CRD...
**What this PR does**: This is WIP of the job approach to creating users, allowing external secrets resources. The CRDs will change, this is just to show it could be...
**What is missing?** The performance for FQL processing is going to be very slow for larger clusters. At the moment the processing is done by querying each pod on every...