[zh] Sync glossary reference

This commit is contained in:
Qiming Teng
2020-12-01 18:02:40 +08:00
parent dba6763d09
commit b9d2bbdb00
14 changed files with 145 additions and 115 deletions
+8 -9
View File
@@ -2,9 +2,11 @@
title: 污点(Taint
id: taint
date: 2019-01-11
full_link: /docs/concepts/configuration/taint-and-toleration/
full_link: /zh/docs/concepts/scheduling-eviction/taint-and-toleration/
short_description: >
污点是一种一个核心对象,包含三个必需的属性:key、value 和 effect。污点会阻止在节点或节点组上调度 Pod。
污点是一种一个核心对象,包含三个必需的属性:key、value 和 effect。
污点会阻止在节点或节点组上调度 Pod。
aka:
tags:
- core-object
@@ -12,7 +14,6 @@ tags:
---
<!--
---
title: Taint
id: taint
date: 2019-01-11
@@ -24,7 +25,6 @@ aka:
tags:
- core-object
- fundamental
---
-->
<!--
@@ -34,13 +34,12 @@ tags:
污点会阻止在{{< glossary_tooltip text="节点" term_id="node" >}}
或节点组上调度 {{< glossary_tooltip text="Pods" term_id="pod" >}}。
<!--more-->
<!--
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。