diff options
| author | Davanum Srinivas <davanum@gmail.com> | 2021-03-13 11:10:09 -0500 |
|---|---|---|
| committer | Kirsten Garrison <kikis.github@gmail.com> | 2021-03-13 17:45:22 -0800 |
| commit | 0d97e560fdd942feebedc09e48dc572961ba9264 (patch) | |
| tree | 2d2da6816ac533f6cca147bb4f1302819c4e0d30 /contributors | |
| parent | b6e823d655639c0c7cc8b25f80fe3d06645a9d99 (diff) | |
Update contributors/devel/sig-architecture/feature-gates.md
Co-authored-by: Elana Hashman <ehashman@users.noreply.github.com>
Diffstat (limited to 'contributors')
| -rw-r--r-- | contributors/devel/sig-architecture/feature-gates.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contributors/devel/sig-architecture/feature-gates.md b/contributors/devel/sig-architecture/feature-gates.md index e1abe3ec..960b1264 100644 --- a/contributors/devel/sig-architecture/feature-gates.md +++ b/contributors/devel/sig-architecture/feature-gates.md @@ -30,7 +30,7 @@ This enables folks to switch on the feature using the command line. By default i ## Beta Features * `PreRelease` is set to `featuregate.Beta` -* `Default` is always set to `true` +* `Default` is set to `true` * `LockToDefault` is not set. Defaults to `false` 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 ( ## Other scenarios 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}` - |
