-
Notifications
You must be signed in to change notification settings - Fork 768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] add feature-gate to let cloneset gc inactive pods of it #925
Comments
Pods with phase |
So does Deployment or ReplicaSet. |
Actually not deleted by podgc-controller. |
Similar as:kubernetes/kubernetes#99986 |
Seem gc-controller not work as expect. |
Yep, the default threshold 12500 is a little high. Now you can change it in the args of your kube-controller-manager. |
Not sure the suitable value for arg terminated-pod-gc-threshold. |
We could consider adding that. /retitle [feature request] add feature-gate to let cloneset gc inactive pods of it |
What happened:
Deploy CloneSet which specified replicas 1, and node selector such as :
k8s scheduled pod with different node, eg: 192.168.0.10, 192.168.0.11
Pod status:
What you expected to happen:
Pods with status of NodeAffinity should be cleaned when UpdatedReplicas==Replicas
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
): v1.20.15-rc.0The text was updated successfully, but these errors were encountered: