We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf46c15 commit ea8ff7fCopy full SHA for ea8ff7f
content/en/docs/tasks/administer-cluster/manage-resources/cpu-default-namespace.md
@@ -140,7 +140,8 @@ Create the Pod:
140
kubectl apply -f https://k8s.io/examples/admin/resource/cpu-defaults-pod-3.yaml --namespace=default-cpu-example
141
```
142
143
-View the specification of the Pod that you created:
+View the [specification](/docs/concepts/overview/working-with-objects/kubernetes-objects/#object-spec-and-status)
144
+of the Pod that you created:
145
146
147
kubectl get pod default-cpu-demo-3 --output=yaml --namespace=default-cpu-example
0 commit comments