add specification uri about Pod
Signed-off-by: song <tinysong1226@gmail.com>pull/33668/head
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
|
||||
|
|
Loading…
Reference in New Issue