Skip to content

Commit 0d97e56

Browse files
dimsehashman
authored andcommitted
Update contributors/devel/sig-architecture/feature-gates.md
Co-authored-by: Elana Hashman <[email protected]>
1 parent b6e823d commit 0d97e56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contributors/devel/sig-architecture/feature-gates.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This enables folks to switch on the feature using the command line. By default i
3030
## Beta Features
3131

3232
* `PreRelease` is set to `featuregate.Beta`
33-
* `Default` is always set to `true`
33+
* `Default` is set to `true`
3434
* `LockToDefault` is not set. Defaults to `false`
3535

3636
This enables the feature to be on and available in the default installation of kubernetes.
@@ -60,4 +60,3 @@ Also note that when we set `LockToDefault` to `true`, we remove all references (
6060
## Other scenarios
6161

6262
Sometimes we use`{Default: true, PreRelease: featuregate.Beta}` for keeping legacy behavior (see `LegacyNodeRoleBehavior`) on and when we basically want to drop the legacy behavior with new default behavior. So at GA we will end up with `{Default: false, PreRelease: featuregate.GA, LockToDefault: true}`
63-

0 commit comments

Comments
 (0)