add specification uri about Pod
Signed-off-by: song <tinysong1226@gmail.com>
This commit is contained in:
@@ -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
|
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
|
kubectl get pod default-cpu-demo-3 --output=yaml --namespace=default-cpu-example
|
||||||
|
|||||||
Reference in New Issue
Block a user