cockroachdb / cockroachdb/cockroach-operator
How can we prevent situation if statefulset is stopping the pod before cockroach node decommission is being executed, so the node is showing up as failed instead of as decommissioned.
Open
- Dominant language
- Go
- Stars
- 318
- Forks
- 104
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 1
Description
If manually scale cluster with statefulset, cluster consider that deleted pod(I mean node) is a part of cluster and is drained.
But expected behaviour is cluster should decommission deleted node.
How to reproduce:
- Create cluster with 3 node
- Scale Cluster to 3->4 node with Operator or StatefulSet
- DownScale Cluster with statefulset directly.(Not execute decomission command inside CockroachDB Cluster)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.