website/content/zh-cn/docs/reference/glossary/toleration.md

2.1 KiB
Raw Blame History

title id date full_link short_description aka tags
容忍度Toleration toleration 2019-01-11 /zh-cn/docs/concepts/scheduling-eviction/taint-and-toleration/ 容忍度是一种核心对象包含三个必需的属性key、value 和 effect。 容忍度允许将 Pod 调度到具有对应污点的节点或节点组上。
core-object
fundamental

容忍度是一种核心对象包含三个必需的属性key、value 和 effect。容忍度允许将 Pod 调度到具有对应{{< glossary_tooltip text="污点" term_id="taint" >}}的节点或节点组上。

容忍度和{{< glossary_tooltip text="污点" term_id="taint" >}}共同作用可以确保不会将 Pod 调度在不适合的节点上。在同一 {{< glossary_tooltip text="Pod" term_id="pod" >}} 上可以设置一个或者多个容忍度。 容忍度表示在包含对应{{< glossary_tooltip text="污点" term_id="taint" >}}的节点或节点组上调度 {{< glossary_tooltip text="Pod" term_id="pod" >}}是允许的(但并非必需)。