Maciej Zimnoch
Maciej Zimnoch
Since golang/go#19767 SSH library requires this field on each connection. Currently all new installations of sup via `go get` doesn't work at all. This commit fixes it.
ScyllaCluster CRD is extended with ExposeOptions and Domains allowing users to configure domain, ingress class name and custom annotations. If provided, Operator creates an Ingress object for each Scylla Node...
Function which determined if container is tuned or not did not take into account nodeConfig status containing list of tuned containers. NodeConfig which tuned Node but not any container was...
**Describe the bug** Scylla may get restarted when it's overloaded due to timeouts on liveness and readiness probes  **To Reproduce** 1. Deploy Scylla cluster 2. Overload it to 100%...
Helm doesn't provide any automated checks validating whether generated output contains what user wanted to set. It doesn't even complain that non-default variables set in `values` file are not used...
Fix for #932 in #933 added special adoption path for ServiceAccounts not matching our selector. Since we keep N->N+1 upgrade compatibility, it's fine to remove this special code in 1.8...
Additional kernel parameter tuning is added to our tuning suite. It allows user to provide their own desired custom values, ability to apply recommended settings directly from Scylla image, as...
Special 'now' value was evaluated on every ScyllaCluster reconcilation. Because it's result is always different, task definition was always different than the same task stored in Manager state. Hence every...
Despite following comment around enabling cpuset for Scylla I tried setting in on environment with non-static CPU policy and Scylla did not crash even when cpuset was counting CPUs not...