Fix kubectl top for memory-demo pod (#9667)
Fixed command for accessing metrics(top) for memory-demo pod.pull/9756/merge
parent
8eec4566a5
commit
4d8c488a3b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue