Skip to content

Commit 792b764

Browse files
committed
[zh-cn] sync labels-annotations-taints/_index.md
Signed-off-by: Gao Qian <[email protected]>
1 parent 2efbad0 commit 792b764

File tree

1 file changed

+25
-0
lines changed
  • content/zh-cn/docs/reference/labels-annotations-taints

1 file changed

+25
-0
lines changed

content/zh-cn/docs/reference/labels-annotations-taints/_index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,6 +1614,31 @@ and the [Kubernetes CSI Developer Documentation](https://kubernetes-csi.github.i
16141614
更多信息请参阅[转换快照的卷模式](/zh-cn/docs/concepts/storage/volume-snapshots/#convert-volume-mode)
16151615
[Kubernetes CSI 开发者文档](https://kubernetes-csi.github.io/docs/)
16161616

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+
16171642
<!--
16181643
## Annotations used for audit
16191644

0 commit comments

Comments
 (0)