Clément Doucy

Results 13 issues of Clément Doucy

**What happened?** The Medusa standalone deployment is using the `default` service account. For AWS role based auth, that means that the `default` service account needs to be properly annotated and...

bug

**What happened?** I noticed that in release 1.12, a cronjob that purges Medusa backup has been added. See https://github.com/k8ssandra/k8ssandra-operator/pull/1167 It would be great to be able to disable the cronjob...

bug

**What happened?** A `MedusaBackup` CR may have the field `status.finishedTime` set to `"1970-01-01T00:00:00Z"` while the backup is still in progress. ![image](https://github.com/k8ssandra/k8ssandra-operator/assets/111791574/8bc02971-bea1-401b-bb5d-d20551268427) According to https://docs.k8ssandra.io/tasks/backup-restore/#checking-backup-completion , a backup is considered completed...

bug
assess

I'm opening this issue in the context of https://github.com/k8ssandra/k8ssandra-operator/issues/1301 According to https://docs.k8ssandra.io/tasks/backup-restore/#checking-backup-completion, `MedusaBackupJob` and `MedusaRestoreJob` are completed successfully when the field `status.finishTime` is set. However, this does not seem to...

question

**What happened?** On AWS (EKS and S3 Bucket), the Cassandra Statefulset won't come up sometimes after restoration. On a K8ssandra cluster with 1 dc of 3 nodes, 2 are not...

bug
assess

**What happened?** On AWS (EKS and S3 Bucket), the Cassandra Statefulset won't come up sometimes after restoration. On a K8ssandra cluster with 1 dc of 3 nodes, 2 are not...

bug

What is missing? In the Helm Chart, the cass-operator command is hardcoded in the Deployment manifest https://github.com/k8ssandra/k8ssandra/blob/main/charts/cass-operator/templates/deployment.yaml#L45 . It would be great to be able to configure the command field...

enhancement

Hello, Our latency Grafana dashboards are not showing any data with management api `4.1.5-v0.1.79`, while they are working fine on 4.0 . The following prometheus metrics are missing from prometheus:...

**What is missing?** `k8sssandracluster` will create a Deployment for Reaper when enabled through `spec.Reaper` . It will be great to be able to configure commands for init container `reaper-schema-init` and...

enhancement

**What is missing?** In the Helm Chart, the k8ssandra-operator command is hardcoded in the Deployment manifest https://github.com/k8ssandra/k8ssandra-operator/blob/main/charts/k8ssandra-operator/templates/deployment.yaml#L31 . It would be great to be able to configure the `command` field...

enhancement