casskop icon indicating copy to clipboard operation
casskop copied to clipboard

This Kubernetes operator automates the Cassandra operations such as deploying a new rack aware cluster, adding/removing nodes, configuring the C* and JVM parameters, upgrading JVM and C* versions, and...

Results 18 casskop issues
Sort by recently updated
recently updated
newest added

Dear Casskop user, Thanks for your interest in Casskop, it has been a pleasure to see this project evolve and reach this point today! We hope that Casskop will continue...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.0.0 to 1.3.0. Changelog Sourced from node-forge's changelog. 1.3.0 - 2022-03-17 Security Three RSA PKCS#1 v1.5 signature verification issues were reported by Moosa Yahyazadeh ([email protected]). HIGH: Leniency...

dependencies

## Feature Request **Is your feature request related to a problem? Please describe.** Helm charts compatibility with kubernetes v1.22+ **Describe the solution you'd like to see** Need to fix manifest...

## Bug Report We find that sometimes casskop and Cassandra disagrees on the keyspace which prevents us from setting `nodesPerRacks` to 0. 1. Create a CassandraCluster with 3 DC, each...

## Bug Report **What did you do?** ``` helm install multi-casskop orange-incubator/multi-casskop --set k8s.local=k8s-cluster1 --set k8s.remote={k8s-cluster2} ``` **What did you expect to see?** ``` Congratulations. You have just deployed Multi-CassKop...

## Type of question **Are you asking about community best practices, how to implement a specific feature, or about general context and help around casskop ?** Specific question. ## Question...

## Type of question **General context and help around casskop** ## Question I want to perform a restore on a different, new Kubernetes cluster than backup is prepared. As far...

## Bug Report We find that after a restart the controller could accidentally invoke `DeletePodDisruptionBudget` and then `CreatePodDisruptionBudget`, which leads to an unexpected change (decrease) of PDB's MaxPodUnavailable during the...

## Bug Report The casskop operator has the following logic to invalidate user request which scales down the cluster to 0, and the replica number of the cluster is then...