mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #39217 from luksa/describe_node
Automatic merge from submit-queue Added missing closing parens to kubectl describe node command Closing parens was missing in the "Total limits may be over 100%" line. See below: ``` $ kubectl describe node Name: minikube ... Allocated resources: (Total limits may be over 100 percent, i.e., overcommitted. CPU Requests CPU Limits Memory Requests Memory Limits ... ``` ```release-note Improve kubectl describe node output by adding closing paren ```
This commit is contained in:
commit
6ec7fdbec2