Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
huzhengchuan committed Dec 1, 2021
1 parent dcedab2 commit 3b67c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/node-allocatable.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ The former disables Node Allocatable enforcement on all pods and the latter avoi
This rollout in v1.6 might cause the following symptoms:

1. If `--kube-reserved` and/or `--system-reserved` flags are also specified, OOM kills of containers and/or evictions of pods. This can happen primarily to `Burstable` and `BestEffort` pods since they can no longer use up all the resource available on the node.
1. Total allocatable capadity in the cluster reduces resulting in pods staying `Pending` because Hard Eviction Thresholds are included in Node Allocatable.
1. Total allocatable capacity in the cluster reduces resulting in pods staying `Pending` because Hard Eviction Thresholds are included in Node Allocatable.

##### Proposed Timeline

Expand Down

0 comments on commit 3b67c43

Please sign in to comment.