Kacper Rzetelski
Kacper Rzetelski
**Description of your changes:** Currently deploying a Scylla Helm chart with predefined values results in an error (see #906). This PR increases the storage capacity in values.yaml. To mitigate further...
**Description of your changes:** There's a bunch of issues with our Scylla Monitoring setup and related documentation. 1. Our docs suggest downloading scylla-monitoring-3.6.0 while 4.0.0 is already out. 2. Scylla...
**Description of your changes:** Currently our CI is using Minikube's `storage-provisioner` for volume provisioning. However, `storage-provisioner` controller logic is broken and has recently caused some flaky behaviour in our e2e...
[https://github.com/scylladb/scylla-operator/runs/6098102031?check_suite_focus=true#step:12:828](https://github.com/scylladb/scylla-operator/runs/6098102031?check_suite_focus=true#step:12:828) ``` 2022-04-20T16:26:15.5863099Z Unexpected error: 2022-04-20T16:26:15.5875913Z : { 2022-04-20T16:26:15.5907697Z s: "timed out waiting for the condition", 2022-04-20T16:26:15.5908547Z } 2022-04-20T16:26:15.5942141Z timed out waiting for the condition 2022-04-20T16:26:15.5942777Z occurred 2022-04-20T16:26:15.5988318Z In [It]...
We had to add [conntrack-cleaner ](https://github.com/hanamantagoudvk/conntrack-cleaner) in #973 as a workaround for #971. Since the issue has apparently been fixed by a kernel patch added in linux-5.14, we should revert...
**Description of your changes:** This PR fixes a bug described in #755 and hence allows for deploying ScyllaClusters with multiple Racks. StatefulSets are now deployed one by one to comply...
Enhancement proposal to enable scale subresource for ScyllaCluster. Issue link: #497
**Description of your changes:** - Add enhancement proposal for Node Autoreplacement