Files
2020-11-28 09:42:08 +08:00

1.7 KiB
Raw Permalink Blame History

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
干扰(Disruption disruption 2019-09-10 /zh/docs/concepts/workloads/pods/disruptions/ 导致 Pod 服务停止的事件。
fundamental

干扰是指导致一个或者多个 {{< glossary_tooltip term_id="pod" text="Pod" >}} 服务停止的事件。 干扰会影响工作负载资源,比如 {{< glossary_tooltip term_id="deployment" >}} 这种依赖于受影响 Pod 的资源。

如果您作为一个集群操作人员,销毁了一个从属于某个应用的 Pod, Kubernetes 视之为 自愿干扰(Voluntary Disruption。如果由于节点故障 或者影响更大区域故障的断电导致 Pod 离线,Kubrenetes 视之为 非愿干扰(Involuntary Disruption

更多信息请查阅Disruptions