Pod name fixed

This commit is contained in:
Zoltan Burgermeiszter
2017-11-01 16:59:28 +00:00
committed by GitHub
parent 45b8f181f1
commit c613ebfdd3
@@ -95,7 +95,7 @@ kubectl create -f https://k8s.io/docs/tasks/administer-cluster/cpu-defaults-pod-
View the Pod specification:
```
kubectl get pod cpu-limit-no-request --output=yaml --namespace=default-cpu-example
kubectl get pod default-cpu-demo-2 --output=yaml --namespace=default-cpu-example
```
The output shows that the Container's CPU request is set to match its CPU limit.