Skip to content

Commit 4f63a40

Browse files
Merge pull request #2762 from bitoku/usernamespace
OCPBUGS-74525: OCPBUGS-74526: Remove UserNamespacesPodSecurityStandards and UserNamespacesSupport
2 parents 34e6087 + b6544bf commit 4f63a40

16 files changed

Lines changed: 13 additions & 582 deletions

features.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@
113113
| SigstoreImageVerificationPKI| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
114114
| StoragePerformantSecurityPolicy| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
115115
| UpgradeStatus| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
116-
| UserNamespacesPodSecurityStandards| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
117-
| UserNamespacesSupport| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
118116
| VSphereHostVMGroupZonal| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
119117
| VSphereMultiDisk| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
120118
| VSphereMultiNetworks| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |

features/features.go

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -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").

payload-manifests/featuregates/featureGate-4-10-Hypershift-Default.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -355,12 +355,6 @@
355355
{
356356
"name": "UpgradeStatus"
357357
},
358-
{
359-
"name": "UserNamespacesPodSecurityStandards"
360-
},
361-
{
362-
"name": "UserNamespacesSupport"
363-
},
364358
{
365359
"name": "VSphereHostVMGroupZonal"
366360
},

payload-manifests/featuregates/featureGate-4-10-Hypershift-DevPreviewNoUpgrade.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -345,12 +345,6 @@
345345
{
346346
"name": "UpgradeStatus"
347347
},
348-
{
349-
"name": "UserNamespacesPodSecurityStandards"
350-
},
351-
{
352-
"name": "UserNamespacesSupport"
353-
},
354348
{
355349
"name": "VSphereConfigurableMaxAllowedBlockVolumesPerNode"
356350
},

payload-manifests/featuregates/featureGate-4-10-Hypershift-OKD.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -357,12 +357,6 @@
357357
{
358358
"name": "UpgradeStatus"
359359
},
360-
{
361-
"name": "UserNamespacesPodSecurityStandards"
362-
},
363-
{
364-
"name": "UserNamespacesSupport"
365-
},
366360
{
367361
"name": "VSphereHostVMGroupZonal"
368362
},

payload-manifests/featuregates/featureGate-4-10-Hypershift-TechPreviewNoUpgrade.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -348,12 +348,6 @@
348348
{
349349
"name": "UpgradeStatus"
350350
},
351-
{
352-
"name": "UserNamespacesPodSecurityStandards"
353-
},
354-
{
355-
"name": "UserNamespacesSupport"
356-
},
357351
{
358352
"name": "VSphereConfigurableMaxAllowedBlockVolumesPerNode"
359353
},

payload-manifests/featuregates/featureGate-4-10-SelfManagedHA-Default.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -355,12 +355,6 @@
355355
{
356356
"name": "UpgradeStatus"
357357
},
358-
{
359-
"name": "UserNamespacesPodSecurityStandards"
360-
},
361-
{
362-
"name": "UserNamespacesSupport"
363-
},
364358
{
365359
"name": "VSphereHostVMGroupZonal"
366360
},

payload-manifests/featuregates/featureGate-4-10-SelfManagedHA-DevPreviewNoUpgrade.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -345,12 +345,6 @@
345345
{
346346
"name": "UpgradeStatus"
347347
},
348-
{
349-
"name": "UserNamespacesPodSecurityStandards"
350-
},
351-
{
352-
"name": "UserNamespacesSupport"
353-
},
354348
{
355349
"name": "VSphereConfigurableMaxAllowedBlockVolumesPerNode"
356350
},

payload-manifests/featuregates/featureGate-4-10-SelfManagedHA-OKD.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -357,12 +357,6 @@
357357
{
358358
"name": "UpgradeStatus"
359359
},
360-
{
361-
"name": "UserNamespacesPodSecurityStandards"
362-
},
363-
{
364-
"name": "UserNamespacesSupport"
365-
},
366360
{
367361
"name": "VSphereHostVMGroupZonal"
368362
},

payload-manifests/featuregates/featureGate-4-10-SelfManagedHA-TechPreviewNoUpgrade.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -348,12 +348,6 @@
348348
{
349349
"name": "UpgradeStatus"
350350
},
351-
{
352-
"name": "UserNamespacesPodSecurityStandards"
353-
},
354-
{
355-
"name": "UserNamespacesSupport"
356-
},
357351
{
358352
"name": "VSphereConfigurableMaxAllowedBlockVolumesPerNode"
359353
},

0 commit comments

Comments
 (0)