Skip to content

Commit 5cbfffa

Browse files
committed
feature gates: clarify beta enabling state
The feature gate usually gets changed to "enabled", but there are exceptions. API groups are intentionally left as disabled.
1 parent 9dba4c5 commit 5cbfffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ An *Alpha* feature means:
346346

347347
A *Beta* feature means:
348348

349-
* Enabled by default.
349+
* 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).
350350
* The feature is well tested. Enabling the feature is considered safe.
351351
* Support for the overall feature will not be dropped, though details may change.
352352
* The schema and/or semantics of objects may change in incompatible ways in a

0 commit comments

Comments
 (0)