Tomáš Nožička
Tomáš Nožička
It's a common practice in Kubernetes to define only requests and no limits so the payload can grow with the dataset or number of users. Fixed limits prevent it. Unless...
**Is this a bug report or feature request?** * Feature Request **What should the feature do:** Allow exposing ScyllaClusters on IPv6 and add a testing coverage. **What is use case...
**Is this a bug report or feature request?** * Feature Request **What should the feature do:** The operator should stop scaling up if a new desired state has less members....
**Is this a bug report or feature request?** * Feature Request **What should the feature do:** Config bundle API should be extended with `nodeDomain` and `nodeDomainType` to support AZ aware...
The crd gen is only generating schema for a subset of generic metadata and creationTimestamp is not one of them. It doesn't need to be but the go structs reference...
**Is this a bug report or feature request?** * Feature Request **What should the feature do:** In order for ScyllaDB [to fill in AZ names in `peers` table](https://github.com/scylladb/scylladb/issues/13602) it needs...
Add e2e that setups 3 node ScyllaCluster, writes some data, deletes all of it's pods "at once" and makes sure they all come up and have the correct data. (First...
**Describe the bug** Generated CRDs are missing embedded metadata. One example is ``` $ kubectl explain scylladbmonitoring.spec.components.prometheus.storage.volumeClaimTemplate.metadata KIND: ScyllaDBMonitoring VERSION: scylla.scylladb.com/v1alpha1 DESCRIPTION: May contain labels and annotations that will be...
We should audit the open ports for a ScyllaCluster and make a list of those that don't support TLS or that we don't need anymore. We should have an option...
When running on OpenShift, Scylla Operator needs to be given additional RBAC rules. Primarily for `/finalizers` on resources where we set `ownerRefs` with `blockOwnerDeletion`. Because the user deploying the operator,...