fix some typos

This commit is contained in:
able.lv
2021-07-20 21:14:36 +08:00
parent cd25f73d73
commit 8ff3213727
3 changed files with 4 additions and 4 deletions
@@ -430,7 +430,7 @@ As a result, kubelet ranks and evicts pods in the following order:
1. 首先考虑资源使用量超过其请求的 `BestEffort``Burstable` Pod。
这些 Pod 会根据它们的优先级以及它们的资源使用级别超过其请求的程度被逐出。
1. 资源使用量少于请求量的 `Guaranted` Pod 和 `Burstable` Pod 根据其优先级被最后驱逐。
1. 资源使用量少于请求量的 `Guaranteed` Pod 和 `Burstable` Pod 根据其优先级被最后驱逐。
{{<note>}}
<!--
@@ -456,7 +456,7 @@ then the kubelet must choose to evict one of these pods to preserve node stabili
and to limit the impact of resource starvation on other pods. In this case, it
will choose to evict pods of lowest Priority first.
-->
仅当 `Guaranted` Pod 中所有容器都被指定了请求和限制并且二者相等时,才保证 Pod 不被驱逐。
仅当 `Guaranteed` Pod 中所有容器都被指定了请求和限制并且二者相等时,才保证 Pod 不被驱逐。
这些 Pod 永远不会因为另一个 Pod 的资源消耗而被驱逐。
如果系统守护进程(例如 `kubelet``docker``journald`
消耗的资源比通过 `system-reserved``kube-reserved` 分配保留的资源多,