add specification uri about Pod

Signed-off-by: song <tinysong1226@gmail.com>
This commit is contained in:
song
2022-05-15 01:05:16 +08:00
parent bf46c15bdf
commit ea8ff7ffc0
@@ -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