We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a30da32 + c903125 commit d394d8cCopy full SHA for d394d8c
features/features.go
@@ -92,9 +92,11 @@ var (
92
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
93
mustRegister()
94
95
+ // OpenShift and Node Team will keep this turned off until evictions and
96
+ // disk provisioning are fixed even though upstream will take this GA.
97
FeatureGateNodeSwap = newFeatureGate("NodeSwap").
98
reportProblemsToJiraComponent("node").
- contactPerson("ehashman").
99
+ contactPerson("haircommander").
100
productScope(kubernetes).
101
enhancementPR("https://github.com/kubernetes/enhancements/issues/2400").
102
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
0 commit comments