Fix typos (#16731)
Signed-off-by: PingWang <wang.ping5@zte.com.cn> Fix typos in limit-range.md Signed-off-by: PingWang <wang.ping5@zte.com.cn>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4b64338f15
commit
46f596fd5b
@@ -58,7 +58,7 @@ Neither contention nor changes to limitrange will affect already created resourc
|
||||
|
||||
The following section discusses the creation of a LimitRange acting at Container Level.
|
||||
A Pod with 04 containers is first created; each container within the Pod has a specific `spec.resource` configuration
|
||||
each containerwithin the pod is handled differently by the LimitRanger admission controller.
|
||||
each container within the pod is handled differently by the LimitRanger admission controller.
|
||||
|
||||
Create a namespace `limitrange-demo` using the following kubectl command
|
||||
|
||||
@@ -107,7 +107,7 @@ kubectl apply -f https://k8s.io/examples/admin/resource/limit-range-pod-1.yaml -
|
||||
```
|
||||
|
||||
### Container spec with valid CPU/Memory requests and limits
|
||||
View the the `busybox-cnt01` resource configuration
|
||||
View the `busybox-cnt01` resource configuration
|
||||
|
||||
```shell
|
||||
kubectl get po/busybox1 -n limitrange-demo -o json | jq ".spec.containers[0].resources"
|
||||
|
||||
Reference in New Issue
Block a user