Fix kubectl top for memory-demo pod (#9667)

Fixed command for accessing metrics(top) for memory-demo pod.
pull/9756/merge
Nihanth Dara 2018-08-08 19:00:34 -05:00 committed by k8s-ci-robot
parent 8eec4566a5
commit 4d8c488a3b
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ resources:
Use `kubectl top` to fetch the metrics for the pod:
```shell
kubectl top pod memory-demo
kubectl top pod memory-demo --namespace=mem-example
```
The output shows that the Pod is using about 162,900,000 bytes of memory, which