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:
PingWang
2019-10-08 11:25:11 +08:00
committed by Kubernetes Prow Robot
parent 4b64338f15
commit 46f596fd5b
2 changed files with 3 additions and 3 deletions
@@ -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 ### Container spec with valid CPU/Memory requests and limits
View the the `busybox-cnt01` resource configuration View the `busybox-cnt01` resource configuration
```shell ```shell
kubectl get po/busybox1 -n limitrange-demo -o json | jq ".spec.containers[0].resources" kubectl get po/busybox1 -n limitrange-demo -o json | jq ".spec.containers[0].resources"
@@ -86,7 +86,7 @@ kube-scheduler has a default set of scheduling policies.
### Filtering ### Filtering
- `PodFitsHostPorts`: Checks if a Node has free ports (the network protocol kind) - `PodFitsHostPorts`: Checks if a Node has free ports (the network protocol kind)
for the Pod ports the the Pod is requesting. for the Pod ports the Pod is requesting.
- `PodFitsHost`: Checks if a Pod specifies a specific Node by it hostname. - `PodFitsHost`: Checks if a Pod specifies a specific Node by it hostname.