You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ENHANCEMENT] #664 Allow skipping deletion of PVCs when the CassandraDatacenter is deleted. Set annotation cassandra.datastax.com/delete-pvc: "false" to prevent deletion, default is still to delete.
[BUGFIX] #798 If all the pods are in the Pending state, we would skip the startOneNodeRack and might start a pod in the startAllRacks phase which would lead to 0 seeds in a new cluster.