-
Notifications
You must be signed in to change notification settings - Fork 924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kubectl supports displaying the number of containers in pods when using the describe node command #1691
Comments
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
You can use custom scripts to achieve this requirement, or use krew to develop custom plugins |
/sig cli |
/transfer kubectl |
As suggested above, I think it is better to have a separate plugin. |
/close |
@ardaguclu: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
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: