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
Copy file name to clipboardExpand all lines: keps/sig-storage/2268-non-graceful-shutdown/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -409,13 +409,13 @@ Pick one more of these and delete the rest.
409
409
-[X] Metrics
410
410
- Metric name:
411
411
- New metrics are added in Pod GC Controller:
412
-
-`force_delete_pods_total`, the number of pods that are being forcefully deleted since the Pod GC Controller started.
413
-
-`force_delete_pod_errors_total`, the number of errors encountered when forcefully deleting the pods since the Pod GC Controller started.
412
+
-`force_delete_pods_total{reason="out-of-service|terminated|orphaned|unscheduled"}`, the number of pods that are being forcefully deleted since the Pod GC Controller started.
413
+
-`force_delete_pod_errors_total{reason="out-of-service|terminated|orphaned|unscheduled"}`, the number of errors encountered when forcefully deleting the pods since the Pod GC Controller started.
414
414
- For Attach Detach Controller, there's already a metric:
415
415
-`attachdetach_controller_forced_detaches`, the number of times the Attach Detach Controller performed a forced detach.
416
416
- There is also a `kube_node_spec_taint` in [kube-state-metrics](https://github.com/kubernetes/kube-state-metrics/blob/main/docs/node-metrics.md) that is a metric for the taint of a Kubernetes cluster node.
417
417
-[Optional] Aggregation method:
418
-
- Components exposing the metric:
418
+
- Components exposing the metric: kube-controller-manager
419
419
-[X] Other (treat as last resort)
420
420
- Details:
421
421
- Check whether the workload moved to a different running node
0 commit comments