Merge pull request #37173 from bobfuru/patch-2

Make "Pod" uppercase for consistency in this file
pull/37175/head
Kubernetes Prow Robot 2022-10-05 17:57:35 -07:00 committed by GitHub
commit 22ed880314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ resources:
cpu: 500m
```
Use `kubectl top` to fetch the metrics for the pod:
Use `kubectl top` to fetch the metrics for the Pod:
```shell
kubectl top pod cpu-demo --namespace=cpu-example