@@ -622,24 +622,6 @@ var (
622622 enable (inDefault (), inOKD (), inTechPreviewNoUpgrade (), inDevPreviewNoUpgrade ()).
623623 mustRegister ()
624624
625- FeatureGateUserNamespacesSupport = newFeatureGate ("UserNamespacesSupport" ).
626- reportProblemsToJiraComponent ("Node" ).
627- contactPerson ("haircommander" ).
628- productScope (kubernetes ).
629- enhancementPR ("https://github.com/kubernetes/enhancements/issues/127" ).
630- enable (inDefault (), inOKD (), inTechPreviewNoUpgrade (), inDevPreviewNoUpgrade ()).
631- mustRegister ()
632-
633- // Note: this feature is perma-alpha, but it is safe and desireable to enable.
634- // It was an oversight in upstream to not remove the feature gate after the version skew became safe in 1.33.
635- // See https://github.com/kubernetes/enhancements/tree/d4226c42/keps/sig-node/127-user-namespaces#pod-security-standards-pss-integration
636- FeatureGateUserNamespacesPodSecurityStandards = newFeatureGate ("UserNamespacesPodSecurityStandards" ).
637- reportProblemsToJiraComponent ("Node" ).
638- contactPerson ("haircommander" ).
639- productScope (kubernetes ).
640- enhancementPR ("https://github.com/kubernetes/enhancements/issues/127" ).
641- enable (inDefault (), inOKD (), inTechPreviewNoUpgrade (), inDevPreviewNoUpgrade ()).
642- mustRegister ()
643625
644626 FeatureGateVSphereMultiNetworks = newFeatureGate ("VSphereMultiNetworks" ).
645627 reportProblemsToJiraComponent ("SPLAT" ).
0 commit comments