Skip to content

Commit

Permalink
config: disable IPv6DualStack feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mfojtik committed Feb 10, 2020
1 parent c562e32 commit 2dfe621
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion config/v1/types_feature.go
Expand Up @@ -117,7 +117,6 @@ var defaultFeatures = &FeatureGateEnabledDisabled{
"NodeDisruptionExclusion", // sig-scheduling, ccoleman
"ServiceNodeExclusion", // sig-scheduling, ccoleman
"SCTPSupport", // sig-network, ccallend
"IPv6DualStack", // sig-network, ccoleman
},
Disabled: []string{
"LegacyNodeRoleBehavior", // sig-scheduling, ccoleman
Expand Down
4 changes: 0 additions & 4 deletions config/v1/types_features_test.go
Expand Up @@ -25,7 +25,6 @@ func TestFeatureBuilder(t *testing.T) {
"SupportPodPidsLimit",
"NodeDisruptionExclusion",
"ServiceNodeExclusion",
"IPv6DualStack",
},
Disabled: []string{
"LegacyNodeRoleBehavior",
Expand All @@ -43,7 +42,6 @@ func TestFeatureBuilder(t *testing.T) {
"NodeDisruptionExclusion",
"ServiceNodeExclusion",
"SCTPSupport",
"IPv6DualStack",
"LegacyNodeRoleBehavior",
},
Disabled: []string{},
Expand All @@ -58,7 +56,6 @@ func TestFeatureBuilder(t *testing.T) {
"SupportPodPidsLimit",
"NodeDisruptionExclusion",
"ServiceNodeExclusion",
"IPv6DualStack",
},
Disabled: []string{
"LegacyNodeRoleBehavior",
Expand All @@ -77,7 +74,6 @@ func TestFeatureBuilder(t *testing.T) {
"NodeDisruptionExclusion",
"ServiceNodeExclusion",
"SCTPSupport",
"IPv6DualStack",
"LegacyNodeRoleBehavior",
"other",
},
Expand Down

0 comments on commit 2dfe621

Please sign in to comment.