Skip to content

Commit da066b9

Browse files
authored
Merge pull request #43062 from pohly/beta-apis
feature gates: clarify beta enabling state
2 parents 4a406f6 + 5cbfffa commit da066b9

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)