Skip to content

Commit b6e823d

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

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
@@ -1,6 +1,6 @@
11
# Feature gate progression in Kubernetes
22

3-
Feature flags are how Kubernetes tracks progression of functionality that is available to a deployer.
3+
Feature flags are how Kubernetes tracks progression of functionality that is available when deployed.
44

55
## Lifecycle
66

@@ -61,4 +61,3 @@ Also note that when we set `LockToDefault` to `true`, we remove all references (
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}`
6363

64-

0 commit comments

Comments
 (0)