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:
Kubernetes Submit Queue 2017-02-01 21:31:35 -08:00 committed by GitHub
commit 6ec7fdbec2

Diff Content Not Available