We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ed05f commit b17bd9dCopy full SHA for b17bd9d
keps/sig-node/3619-supplemental-groups-policy/README.md
@@ -859,12 +859,15 @@ $ kubectl get events -o json -w
859
{
860
...
861
"kind": "Event",
862
+ "reason": "SupplementalGroupsPolicyNotSupported",
863
"message": "Error: SupplementalGroupsPolicy is not supported in this node.",
864
865
}
866
867
```
868
869
+So, you can follow `kubelet_admission_rejections_total{reason='SupplementalGroupsPolicyNotSupported'}` metrics to track such events.
870
+
871
Also, the following kubelet metrics are also useful to check:
872
873
- `kubelet_running_pods`: Shows the actual number of pods running
0 commit comments