update markdown files in glossary dirctory.
This commit is contained in:
@@ -30,7 +30,9 @@ tags:
|
||||
<!--
|
||||
A core object consisting of three required properties: key, value, and effect. Taints prevent the scheduling of {{< glossary_tooltip text="Pods" term_id="pod" >}} on {{< glossary_tooltip text="nodes" term_id="node" >}} or node groups.
|
||||
-->
|
||||
污点是一种一个核心对象,包含三个必需的属性:key、value 和 effect。污点会阻止在{{< glossary_tooltip text="节点" term_id="node" >}}或节点组上调度 {{< glossary_tooltip text="Pods" term_id="pod" >}}。
|
||||
污点是一种一个核心对象,包含三个必需的属性:key、value 和 effect。
|
||||
污点会阻止在{{< glossary_tooltip text="节点" term_id="node" >}}
|
||||
或节点组上调度 {{< glossary_tooltip text="Pods" term_id="pod" >}}。
|
||||
|
||||
|
||||
<!--more-->
|
||||
@@ -39,4 +41,6 @@ tags:
|
||||
Taints and {{< glossary_tooltip text="tolerations" term_id="toleration" >}} work together to ensure that pods are not scheduled onto inappropriate nodes. One or more taints are applied to a node. A node should only schedule a Pod with the matching tolerations for the configured taints.
|
||||
-->
|
||||
|
||||
污点和 {{< glossary_tooltip text="容忍度" term_id="toleration" >}} 一起工作,以确保不会将 Pod 调度到不适合的节点上。同一 {< glossary_tooltip text="节点" term_id="node" >}}上可应用一个或多个污点。节点应该仅调度那些带着能与污点相匹配容忍度的 Pod。
|
||||
污点和{{< glossary_tooltip text="容忍度" term_id="toleration" >}}一起工作,以确保不会将 Pod 调度到不适合的节点上。
|
||||
同一{< glossary_tooltip text="节点" term_id="node" >}}上可应用一个或多个污点。
|
||||
节点应该仅调度那些带着能与污点相匹配容忍度的 Pod。
|
||||
Reference in New Issue
Block a user