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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -335,8 +335,8 @@ the health of the service?**
335
335
- Metric name: We can add new metrics deleting_pods_total, deleting_pods_error_total
336
336
in Pod GC Controller.
337
337
For Attach Detach Controller, there's already a metric:
338
-
attachdetach_controller_forced_detaches. We could keep it for force detach
339
-
by timeout and add a new metric attachdetach_controller_forced_detaches_taint.
338
+
attachdetach_controller_forced_detaches
339
+
It is also useful to know how many nodes have taints. We can explore with [kube-state-metrics](https://github.com/kubernetes/kube-state-metrics) which generates metrics about the state of the objects.
0 commit comments