Tomáš Nožička
Tomáš Nožička
**Is this a bug report or feature request?** * Feature Request **What should the feature do:** Loglvevl should be changable in the API. We should expose loglevel in the scyllaoperatorconfig...
**Requirements** - [ ] Stable API - [ ] Automatically detecting CRI endpoints from a Kubernetes API and/or exposing the option on operator config - [ ] Consistently handle possible...
**Is this a bug report or feature request?** * Feature Request **What should the feature do:** Users should be able to configure sysctls with NodeConfig. One of the use cases...
https://github.com/scylladb/scylla-operator/runs/4521386790?check_suite_focus=true#step:12:589 ``` STEP: Collecting dumps from namespace "e2e-test-scyllacluster-tz9cz-89r6b". 12/14/21 14:44:02.417 STEP: Destroying namespace "e2e-test-scyllacluster-tz9cz-89r6b". 12/14/21 14:44:02.845 STEP: Waiting for namespace "e2e-test-scyllacluster-tz9cz-89r6b" to be removed. 12/14/21 14:44:02.853
EKS examples use a temporary image `scylladb/scylla-machine-image:k8s-aws-666.development-20201023.0c4dfa1` which is not great. We should migrate to a stable tag.
**Description of your changes:** Changes our base image to `registry.access.redhat.com/ubi8/ubi-minimal`. We also get rid of Dash workarounds and go back to OCI compatible builds.
**Description of your changes:** TODO (OLM bundle, ease of use) Requires: - [ ] https://github.com/scylladb/scylla-operator/pull/781 **Which issue is resolved by this Pull Request:** Resolves #
**Description of your changes:** TODO operatorhub.io OLM bundles **Which issue is resolved by this Pull Request:** Creates the manifest needed for #43
**Description of your changes:** Just an idea for now, we may use it for running cheap GKE clusters (without dedicated SSDs) for development or CI. As there can be only...
**Is this a bug report or feature request?** * Feature Request **What should the feature do:** ``` # kubectl get scyllacluster/basic NAME AGE basic 3m57s # kubectl scale scyllacluster/basic --replicas=3...