Skip to content

Commit b17bd9d

Browse files
committed
KEP-3619: added 'kubelet_admission_rejections_total' as rollback information metric
1 parent e8ed05f commit b17bd9d

File tree

1 file changed

+3
-0
lines changed
  • keps/sig-node/3619-supplemental-groups-policy

1 file changed

+3
-0
lines changed

keps/sig-node/3619-supplemental-groups-policy/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,12 +859,15 @@ $ kubectl get events -o json -w
859859
{
860860
...
861861
"kind": "Event",
862+
"reason": "SupplementalGroupsPolicyNotSupported",
862863
"message": "Error: SupplementalGroupsPolicy is not supported in this node.",
863864
...
864865
}
865866
...
866867
```
867868

869+
So, you can follow `kubelet_admission_rejections_total{reason='SupplementalGroupsPolicyNotSupported'}` metrics to track such events.
870+
868871
Also, the following kubelet metrics are also useful to check:
869872

870873
- `kubelet_running_pods`: Shows the actual number of pods running

0 commit comments

Comments
 (0)