kubectl supports displaying the number of containers in pods when using the describe node command #129398
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-sig
Indicates an issue or PR lacks a `sig/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
What would you like to be added?
kubectl supports displaying the number of containers in pods when using the describe node command
Why is this needed?
Operations administrators managing clusters with kubectl often prefer to also obtain information about the number of containers in pods when using the describe node command. such as
Non-terminated Pods: (28 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits
Container Counts AGE
anna2 demo-pgd9h 100m (0%) 1 (3%) 100Mi (0%) 1Gi (0%) 2 196d
anna2 demo1-5rhk6 100m (0%) 1 (3%) 100Mi (0%) 1Gi (0%) 2 180d
The text was updated successfully, but these errors were encountered: