Tomáš Nožička
Tomáš Nožička
I've tried to delete our managed hash from `scylla-node-config` ServiceAccount and it never made it back. ``` apiVersion: v1 kind: ServiceAccount metadata: creationTimestamp: "2024-06-20T12:35:52Z" labels: foo: bar2 scylla-operator.scylladb.com/node-config-name: scylla-node-config name:...
When raft and tablets land in ScylalDB we'll have to revise existing procedures and change mane of them. E.g. adding multiple nodes vs StatefulSets.
We should test latest operator with latest prerelease of scylladb and manager to discover possible issues early. Requires: - [x] https://github.com/scylladb/scylla-operator/issues/1589 ```[tasklist] ### Tasks - [ ] allow live adjusting...
ScyllaDB supports running on `arm64` and `amd64` and also publishes container images for both of them. So far the operator has been building and testing only on `amd64`. This epic...
We should enhance our log collection for the must-gatehr command to better deal with edge cases, like pods being restarted in backoff.
operator.docs.scylladb.com should have an example with Scylla Enterprise and mention everything works the same way explicitly.
ScyllaOperator setup should be seamless and easy but we are only halfway now. Because scylla-operator uses primarily local storage there is quite a lot of setup needed to those disks....
We should document using `arm64` based images with at least a mention of it. In the end it will be pushed to the same location using a manifest list.
We should document how core dumps can be collected for ScyllaDB.
We need to figure out how to best collect ScyllaDB core dumps. Ideally this should be multitenant and not require extra permissions. One approach is to configure nodes and collect...