commit
9452773b4a
|
@ -42,6 +42,6 @@ Kubernetes terms that an _involuntary disruption_.
|
|||
See [Disruptions](/docs/concepts/workloads/pods/disruptions/) for more information.
|
||||
-->
|
||||
如果您作为一个集群操作人员,销毁了一个从属于某个应用的 Pod, Kubernetes 视之为 _自愿干扰(Voluntary Disruption)_。如果由于节点故障
|
||||
或者影响更大区域故障的断电导致 Pod 离线,Kubrenetes 视之为 _非愿干扰(Involuntary Disruption)_。
|
||||
或者影响更大区域故障的断电导致 Pod 离线,kubernetes 视之为 _非愿干扰(Involuntary Disruption)_。
|
||||
|
||||
更多信息请查阅[Disruptions](/zh/docs/concepts/workloads/pods/disruptions/)
|
|
@ -29,4 +29,4 @@ tags:
|
|||
<!--
|
||||
A manifest specifies the desired state of an object that Kubernetes will maintain when you apply the manifest. Each configuration file can contain multiple manifests.
|
||||
-->
|
||||
清单指定了在应用该清单时 Kubrenetes 将维护的对象的期望状态。每个配置文件可包含多个清单。
|
||||
清单指定了在应用该清单时 kubernetes 将维护的对象的期望状态。每个配置文件可包含多个清单。
|
||||
|
|
|
@ -44,7 +44,7 @@ Others develop closed-source commercial or site-specific extensions.
|
|||
平台开发人员可以使用[定制资源](/zh/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
|
||||
或[使用汇聚层扩展 Kubernetes API](/zh/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/)
|
||||
来为其 Kubernetes 实例增加功能,特别是为其应用程序添加功能。
|
||||
一些平台开发人员也是 Kubrenetes {{< glossary_tooltip text="贡献者" term_id="contributor" >}},
|
||||
一些平台开发人员也是 kubernetes {{< glossary_tooltip text="贡献者" term_id="contributor" >}},
|
||||
他们会开发贡献给 Kubernetes 社区的扩展。
|
||||
另一些平台开发人员则开发封闭源代码的商业扩展或用于特定网站的扩展。
|
||||
|
||||
|
|
Loading…
Reference in New Issue