Hubert Grochowski
Hubert Grochowski
**Description of your changes:** During the apply of PodDisruptionBudgets the following warning occured: "policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget". To fix this, all the...
**Description of your changes:** The mermaid client was outdated. This PR updates it to the newest version. - Scylla Manager swagger has been updated to this https://github.com/scylladb/scylla-manager/blob/9ad2186d6b6b922ac96ff7c08e45d4ba1b0dd31a/swagger/scylla-manager.json. - Makefile for...
**Description of your changes:** - add secret handlers to manager controller - silently requeue when cluster token has not been found yet **Which issue is resolved by this Pull Request:**...
**Description of your changes:** Forced ownership is not needed since `v1.5`. **Which issue is resolved by this Pull Request:** Resolves #672
**Description of your changes:** At this moment we can't easily handle storage resizing it the operator. This PR documents a manual procedure. **Which issue is resolved by this Pull Request:**...
**Description of your changes:** When there was not scylla container on a pod, nodeconfig tuning couldn't succeed and was producing many errors. This fix will make the controller silently requeue...
**Describe the bug** RequeueError which might be returned in pkg/controller/orphanedpv/sync.go:169 ```go if len(requeueReasons) > 0 { return controllerhelpers.NewRequeueError(requeueReasons...) } ``` does not match the type of RequeueError later on. **To...
**Description of your changes:** This PR adds individual Scylla Manager Controller to automate deployment and managment of Manager and its tasks.
### Description Currently there are two places where you can find SC5 docs. 1. Secure connections section `/secure-connections/sauce-connect-5/...` it contains: overview, installation doc, configuration, etc.. 2. CLI `/dev/cli/sauce-connect-5/...` commands: sc,...
Scylla-manager omits fields such as Username, Password, AuthToken in response to /clusters request. For security reasons this is desired, but when it comes to Scylla-operator, clusters cannot be compared and...