Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

All Error Pods are not displayed #264

Open
@yogeek

Description

@yogeek

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 :
image
image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions