Skip to content

Commit

Permalink
Enable DownwardAPIHugePages feature gate
Browse files Browse the repository at this point in the history
This adds the DownwardAPIHugePages to the enabled-by-default feature gate flags.

Signed-off-by: Billy McFall <22157057+Billy99@users.noreply.github.com>
  • Loading branch information
Billy99 committed Feb 15, 2021
1 parent 503a3db commit d4f99e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/v1/types_feature.go
Expand Up @@ -126,6 +126,7 @@ var defaultFeatures = &FeatureGateEnabledDisabled{
"NodeDisruptionExclusion", // sig-scheduling, ccoleman
"ServiceNodeExclusion", // sig-scheduling, ccoleman
"SCTPSupport", // sig-network, ccallend
"DownwardAPIHugePages", // sig-node, bmcfall
},
Disabled: []string{
"LegacyNodeRoleBehavior", // sig-scheduling, ccoleman
Expand Down
4 changes: 4 additions & 0 deletions config/v1/types_features_test.go
Expand Up @@ -26,6 +26,7 @@ func TestFeatureBuilder(t *testing.T) {
"SupportPodPidsLimit",
"NodeDisruptionExclusion",
"ServiceNodeExclusion",
"DownwardAPIHugePages",
},
Disabled: []string{
"LegacyNodeRoleBehavior",
Expand All @@ -45,6 +46,7 @@ func TestFeatureBuilder(t *testing.T) {
"NodeDisruptionExclusion",
"ServiceNodeExclusion",
"SCTPSupport",
"DownwardAPIHugePages",
"LegacyNodeRoleBehavior",
},
Disabled: []string{
Expand All @@ -62,6 +64,7 @@ func TestFeatureBuilder(t *testing.T) {
"SupportPodPidsLimit",
"NodeDisruptionExclusion",
"ServiceNodeExclusion",
"DownwardAPIHugePages",
},
Disabled: []string{
"LegacyNodeRoleBehavior",
Expand All @@ -82,6 +85,7 @@ func TestFeatureBuilder(t *testing.T) {
"NodeDisruptionExclusion",
"ServiceNodeExclusion",
"SCTPSupport",
"DownwardAPIHugePages",
"LegacyNodeRoleBehavior",
"other",
},
Expand Down

0 comments on commit d4f99e7

Please sign in to comment.