cassandra-operator icon indicating copy to clipboard operation
cassandra-operator copied to clipboard

Kubernetes operator for Apache Cassandra

Results 36 cassandra-operator issues
Sort by recently updated
recently updated
newest added

Bumps cassandra-all from 3.11.9 to 4.0.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.cassandra:cassandra-all&package-manager=maven&previous-version=3.11.9&new-version=4.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

**Describe the bug** When scaling down, the Cassandra operator always decommissions a Cassandra node (or a Cassandra pod) before deleting the pod. However, we find sometimes the Cassandra node can...

bug

Hi guys on the main page is written that the operator is at its sunset phase of life and it's better move to another one (Orange or DataStax). First of...

enhancement

**Describe the bug** We find that reading stale pod information from the apiserver will make the controller accidentally delete the PVC used by the current pod. More concretely, if we...

bug

I kept getting an error when I redeployed because sts cannot create pods in parallel I need podManagementPolicy: Parallel, but see github code commit: ``` @@ -242,7 +241,7 @@ private...

Let's look to move this to Beta status. I'm happy that the CRDs we have are more or less pretty stable and we have plenty of folk building and running...

Hi! 👋🏻 Have you considered listing the **cassandra** operator directly in [Artifact Hub](https://artifacthub.io)? At the moment it is already [listed there](https://artifacthub.io/packages/olm/community-operators/cassandra-operator), because the Artifact Hub team has added the [community-operators](https://github.com/operator-framework/community-operators/tree/master/upstream-community-operators)...

enhancement

Is there any way to have the operator create or use a more secure password for the `cassandra` user? Either create one at cluster launch time, and put it into...

When updating the `cassandraImage` in a CDC spec it doesn't update the corresponding StatefulSets. The operator correctly gets an event and starts reconciling the CDC but somewhere in the code...

Issue: The way JVM xmx and xms are calculated limits each Cassandra container to 25% of memory defined in `cdc.Spec.Resources.Limits.Memory().Value()`. If we set container requests and limits to 10G our...