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
Additionally, PodGC cleans up any Pods which satisfy any of the following conditions:
1003
+
1. are orphan pods - bound to a node which no longer exists,
1004
+
2. are unscheduled terminating pods,
1005
+
3. are terminating pods, bound to a non-ready node tainted with [`node.kubernetes.io/out-of-service`](/docs/reference/labels-annotations-taints/#node-kubernetes-io-out-of-service), when the `NodeOutOfServiceVolumeDetach` feature gate is enabled.
1006
+
1007
+
When the `PodDisruptionConditions` feature gate is enabled, along with
1008
+
cleaning up the pods, PodGC will also mark them as failed if they are in a non-terminal
1009
+
phase. Also, PodGC adds a pod disruption condition when cleaning up an orphan
0 commit comments