Tomáš Nožička
Tomáš Nožička
**What should the feature do:** Add at least some basic coverage that deploys monitoring in the CI and tests it can collect some data. **What is use case behind this...
**Is this a bug report or feature request?** * Feature Request **What should the feature do:** Currently (and previously) the operator is always waiting for the StatefulSet to be fully...
We had to fallback to forced pod deletion because of kubernetes eviction bug https://github.com/kubernetes/kubernetes/issues/103970 When it gets fixed we should revert the commit (TODO: ref) and use safe eviction.
**Feature Request** During an e2e run, no container in our scylla-* namespaces should restart as that means failure. We should an a monitor creating a synthetic result enforcing this invariant.
We need to test multiple setups with the full set of suites we have, like - single racks vs. multi-rack - hostNetworking vs. SDN (generally all the expose types)
We need to write good docs about Day 2 operations, even if these are manual at this point. Like: - [ ] Extending storage #825 - [ ] Changing loglevel...
**Is this a bug report or feature request?** * Feature Request **What should the feature do:** ScyllaOpearatorConfig should indicate whether all sidecars have been updated to their desired spec and...
Given [StatefulSet don't reconcile storage changes](https://github.com/kubernetes/kubernetes/issues/68737) we can't yet easily handle it in the operator seamlessly and we should at least document a manual procedure. Something in the lines of:...
**Is this a bug report or feature request?** * Feature Request **What should the feature do:** If someone useses a rolling update tag like `latest` or `1.3` for `SCYLLA_OPERATOR_IMAGE`, we...
Running `k8s.io/code-generator/cmd/applyconfiguration-gen` on types that contains a map to a structure fail with a templating error. (Maps to native type work fine.) Best shown on a simple reproducer: ```golang type...