Skip to content

Commit feea378

Browse files
authored
Merge pull request #33668 from TinySong/update-cpu-default-namespace
add specification uri about Pod
2 parents e8d71e4 + ea8ff7f commit feea378

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)