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
{{ message }}
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
When a node has multiple Pods in "Error" status, they do not all appear in the node view :
# 35 pods on the node
kubectl get pods --all-namespaces -o wide --field-selector spec.nodeName=ip-10-10-103-28.eu-central-1.compute.internal | wc -l
35
# 6 "error" pods
kubectl get pods --all-namespaces -o wide --field-selector spec.nodeName=ip-10-10-103-28.eu-central-1.compute.internal | grep Error | wc -l
6
but only 26 pods in the view :
Is there a way to display (maybe with an option) all the pods located in the node please ?
It would be useful because when a node is almost full (close the maximum pod number allocatable to a node, 110 for instance), the alert KubeletTooManyPods is raised but it does not appear like so in the dashboard.
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When a node has multiple Pods in "Error" status, they do not all appear in the node view :
but only 26 pods in the view :
Is there a way to display (maybe with an option) all the pods located in the node please ?
It would be useful because when a node is almost full (close the maximum pod number allocatable to a node, 110 for instance), the alert
KubeletTooManyPods
is raised but it does not appear like so in the dashboard.Thanks
The text was updated successfully, but these errors were encountered: