Skip to content

Commit ea8ff7f

Browse files
committed
add specification uri about Pod
Signed-off-by: song <[email protected]>
1 parent bf46c15 commit ea8ff7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/tasks/administer-cluster/manage-resources/cpu-default-namespace.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ Create the Pod:
140140
kubectl apply -f https://k8s.io/examples/admin/resource/cpu-defaults-pod-3.yaml --namespace=default-cpu-example
141141
```
142142

143-
View the specification of the Pod that you created:
143+
View the [specification](/docs/concepts/overview/working-with-objects/kubernetes-objects/#object-spec-and-status)
144+
of the Pod that you created:
144145

145146
```
146147
kubectl get pod default-cpu-demo-3 --output=yaml --namespace=default-cpu-example

0 commit comments

Comments
 (0)