fixed typo

This commit is contained in:
Aayush Sharma
2022-02-23 16:53:10 +05:30
parent 813b0050dd
commit 27caffcbf0
2 changed files with 2 additions and 2 deletions
@@ -170,7 +170,7 @@ kubectl apply -f https://k8s.io/examples/admin/resource/cpu-constraints-pod-3.ya
```
The output shows that the Pod does not get created, because it defines an unacceptable container.
That container is not acceptable because it specifies a CPU limit that is lower than the
That container is not acceptable because it specifies a CPU request that is lower than the
enforced minimum:
```