Merge pull request #33668 from TinySong/update-cpu-default-namespace

add specification uri about Pod
This commit is contained in:
Kubernetes Prow Robot
2022-05-14 18:11:17 -07:00
committed by GitHub
@@ -140,7 +140,8 @@ Create the Pod:
kubectl apply -f https://k8s.io/examples/admin/resource/cpu-defaults-pod-3.yaml --namespace=default-cpu-example
```
View the specification of the Pod that you created:
View the [specification](/docs/concepts/overview/working-with-objects/kubernetes-objects/#object-spec-and-status)
of the Pod that you created:
```
kubectl get pod default-cpu-demo-3 --output=yaml --namespace=default-cpu-example