apache / apache/rocketmq-operator
helm deployment operator deployment, uninstall cannot delete the replicaSet container, what is the solution?
- Dominant language
- Go
- Stars
- 336
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
After helm operator is installed, the replica can be deleted, but the pod container cannot be deleted. The reason is that the replicaSet cannot be deleted. After the next deployment, a new container is added. It is very distressing. Is there any solution?
The new deployment will be in replicaSet+1 and cannot be deleted directly through helm uninstall.
kubectl get rs
rocketmq-operator-66c596bf54 1 1 1 5m3s
rocketmq-operator-674f864b48 1 1 0 11m
rocketmq-operator-c48db88cc 1 1 0 5m59s
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.