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
The allocatable pods or the capacity of pods can be viewed with kube_node_status_allocatable{resource="pods"}, resp. kube_node_status_capacity{resource="pods"}.
When that amount of pods run on a node, attempting to add another will result in an outOfPods.
Is there a way to get the number of pods currently running on a specific node, which would allow to alert when this is close to happen?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The allocatable pods or the capacity of pods can be viewed with
kube_node_status_allocatable{resource="pods"}
, resp.kube_node_status_capacity{resource="pods"}
.When that amount of pods run on a node, attempting to add another will result in an
outOfPods
.Is there a way to get the number of pods currently running on a specific node, which would allow to alert when this is close to happen?
Beta Was this translation helpful? Give feedback.
All reactions