You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/concepts/cluster-administration/flow-control.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1413,7 +1413,7 @@ the [enhancement proposal](https://github.com/kubernetes/enhancements/tree/maste
1413
1413
- You can make suggestions and feature requests via [SIG API Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery)
1414
1414
or the feature's [slack channel](https://kubernetes.slack.com/messages/api-priority-and-fairness).
* Usually enabled by default. Beta API groups are [disabled by default](https://github.com/kubernetes/enhancements/tree/master/keps/sig-architecture/3136-beta-apis-off-by-default).
425
425
* The feature is well tested. Enabling the feature is considered safe.
426
426
* Support for the overall feature will not be dropped, though details may change.
427
427
* The schema and/or semantics of objects may change in incompatible ways in a
@@ -433,7 +433,7 @@ A *Beta* feature means:
433
433
incompatible changes in subsequent releases. If you have multiple clusters
434
434
that can be upgraded independently, you may be able to relax this restriction.
435
435
-->
436
-
*默认启用。
436
+
*通常默认启用。Beta API 组[默认是被禁用的](https://github.com/kubernetes/enhancements/tree/master/keps/sig-architecture/3136-beta-apis-off-by-default)。
437
437
* 该特性已经经过良好测试。启用该特性是安全的。
438
438
* 尽管详细信息可能会更改,但不会放弃对整体特性的支持。
439
439
* 对象的架构或语义可能会在随后的 Beta 或稳定版本中以不兼容的方式更改。
@@ -720,8 +720,6 @@ Each feature gate is designed for enabling/disabling a specific feature:
720
720
- `DevicePluginCDIDevices`: Enable support to CDI device IDs in the
Copy file name to clipboardExpand all lines: content/zh-cn/docs/reference/labels-annotations-taints/_index.md
+12-10
Original file line number
Diff line number
Diff line change
@@ -501,8 +501,9 @@ When a StatefulSet controller creates a Pod for the StatefulSet, it sets this la
501
501
The value of the label is the ordinal index of the pod being created.
502
502
503
503
See [Pod Index Label](/docs/concepts/workloads/controllers/statefulset/#pod-index-label)
504
-
in the StatefulSet topic for more details. Note the [PodIndexLabel](content/en/docs/reference/command-line-tools-reference/feature-gates.md) feature gate must be enabled
505
-
for this label to be added to pods.
504
+
in the StatefulSet topic for more details.
505
+
Note the [PodIndexLabel](/docs/reference/command-line-tools-reference/feature-gates/)
506
+
feature gate must be enabled for this label to be added to pods.
506
507
-->
507
508
类别:标签
508
509
@@ -515,8 +516,8 @@ for this label to be added to pods.
0 commit comments