Fix kubectl top for memory-demo pod (#9667)
Fixed command for accessing metrics(top) for memory-demo pod.
This commit is contained in:
committed by
k8s-ci-robot
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
|
||||
|
||||
Reference in New Issue
Block a user