File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
content/zh-cn/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -1614,6 +1614,31 @@ and the [Kubernetes CSI Developer Documentation](https://kubernetes-csi.github.i
1614
1614
更多信息请参阅[ 转换快照的卷模式] ( /zh-cn/docs/concepts/storage/volume-snapshots/#convert-volume-mode ) 和
1615
1615
[ Kubernetes CSI 开发者文档] ( https://kubernetes-csi.github.io/docs/ ) 。
1616
1616
1617
+ <!--
1618
+ ### scheduler.alpha.kubernetes.io/critical-pod (deprecated)
1619
+
1620
+ Example: `scheduler.alpha.kubernetes.io/critical-pod: ""`
1621
+
1622
+ Used on: Pod
1623
+
1624
+ This annotation lets Kubernetes control plane know about a pod being a critical pod so that the descheduler will not remove this pod.
1625
+ -->
1626
+ ### scheduler.alpha.kubernetes.io/critical-pod(已弃用){#scheduler-alpha-kubernetes-io-critical-pod}
1627
+
1628
+ 例子:` scheduler.alpha.kubernetes.io/critical-pod: "" `
1629
+
1630
+ 用于:Pod
1631
+
1632
+ 此注解让 Kubernetes 控制平面知晓某个 Pod 是一个关键的 Pod,这样 descheduler
1633
+ 将不会移除该 Pod。
1634
+
1635
+ {{< note >}}
1636
+ <!--
1637
+ Starting in v1.16, this annotation was removed in favor of [Pod Priority](/docs/concepts/scheduling-eviction/pod-priority-preemption/).
1638
+ -->
1639
+ 从 v1.16 开始,此注解被移除,取而代之的是 [ Pod 优先级] ( /zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/ ) 。
1640
+ {{< /note >}}
1641
+
1617
1642
<!--
1618
1643
## Annotations used for audit
1619
1644
You can’t perform that action at this time.
0 commit comments