Orange-OpenSource / casskop

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 many more...
https://orange-opensource.github.io/casskop/
Apache License 2.0
183 stars 54 forks source link

Delete the crd problem of a cluster under 2 namespace In 2 clusters #292

Closed tengzhuofei closed 3 years ago

tengzhuofei commented 3 years ago

Bug Report

I started 2 sets of cassandra clusters, but when I delete the crd of cassandraclusters.db.orange.com under one namespace, the pod under the other namespace is deleted.

Environment

fdehay commented 3 years ago

hello @tengzhuofei, It is normal behaviour: CRDs are clusterwide, if you delete the CRD itself, all cassandraclusters will be deleted on the K8S cluster regardless of the namespaces Also, please use latest casskop version if possible Regards