Tomáš Nožička

Results 161 issues of 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...

kind/feature
priority/backlog

**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...

kind/feature
priority/important-longterm

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.

kind/cleanup
priority/important-longterm

**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.

kind/feature
triage/accepted
priority/backlog

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)

kind/feature
triage/accepted
priority/important-longterm

We need to write good docs about Day 2 operations, even if these are manual at this point. Like: - [ ] Extending storage #825 - [ ] Changing loglevel...

kind/documentation
priority/important-longterm

**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...

kind/feature
priority/important-longterm

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:...

kind/documentation
triage/accepted
priority/important-longterm

**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...

kind/feature
priority/important-longterm
lifecycle/stale

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...

kind/bug