Skip to content

Commit

Permalink
Merge pull request #2011 from haircommander/userns-tpnu-4.17
Browse files Browse the repository at this point in the history
OCPBUGS-38958: [4.17] add UserNamespacesSupport/ProcMountType to tech preview features
  • Loading branch information
openshift-merge-bot[bot] authored Aug 26, 2024
2 parents 93b6b72 + 4cbd0bf commit 0c4262a
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@
| PersistentIPsForVirtualization| | | <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> |
| PinnedImages| | | <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> |
| PlatformOperators| | | <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> |
| ProcMountType| | | <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> |
| RouteAdvertisements| | | <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> |
| RouteExternalCertificate| | | <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> |
| ServiceAccountTokenNodeBinding| | | <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> |
| SignatureStores| | | <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> |
| SigstoreImageVerification| | | <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> |
| TranslateStreamCloseWebsocketRequests| | | <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> |
| 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> |
| 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> |
| VSphereMultiVCenters| | | <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> |
| VolumeGroupSnapshot| | | <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> |
| ExternalOIDC| <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> |
Expand Down
14 changes: 14 additions & 0 deletions features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -611,4 +611,18 @@ var (
productScope(ocpSpecific).
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()

FeatureGateUserNamespacesSupport = newFeatureGate("UserNamespacesSupport").
reportProblemsToJiraComponent("Node").
contactPerson("haircommander").
productScope(kubernetes).
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()

FeatureGateProcMountType = newFeatureGate("ProcMountType").
reportProblemsToJiraComponent("Node").
contactPerson("haircommander").
productScope(kubernetes).
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()
)
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@
{
"name": "PlatformOperators"
},
{
"name": "ProcMountType"
},
{
"name": "RouteAdvertisements"
},
Expand All @@ -142,6 +145,9 @@
{
"name": "UpgradeStatus"
},
{
"name": "UserNamespacesSupport"
},
{
"name": "VSphereMultiVCenters"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@
{
"name": "PrivateHostedZoneAWS"
},
{
"name": "ProcMountType"
},
{
"name": "RouteAdvertisements"
},
Expand All @@ -248,6 +251,9 @@
{
"name": "UpgradeStatus"
},
{
"name": "UserNamespacesSupport"
},
{
"name": "VSphereControlPlaneMachineSet"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@
{
"name": "PrivateHostedZoneAWS"
},
{
"name": "ProcMountType"
},
{
"name": "RouteAdvertisements"
},
Expand All @@ -248,6 +251,9 @@
{
"name": "UpgradeStatus"
},
{
"name": "UserNamespacesSupport"
},
{
"name": "VSphereControlPlaneMachineSet"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@
{
"name": "PlatformOperators"
},
{
"name": "ProcMountType"
},
{
"name": "RouteAdvertisements"
},
Expand All @@ -145,6 +148,9 @@
{
"name": "UpgradeStatus"
},
{
"name": "UserNamespacesSupport"
},
{
"name": "VSphereMultiVCenters"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@
{
"name": "PrivateHostedZoneAWS"
},
{
"name": "ProcMountType"
},
{
"name": "RouteAdvertisements"
},
Expand All @@ -248,6 +251,9 @@
{
"name": "UpgradeStatus"
},
{
"name": "UserNamespacesSupport"
},
{
"name": "VSphereControlPlaneMachineSet"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@
{
"name": "PrivateHostedZoneAWS"
},
{
"name": "ProcMountType"
},
{
"name": "RouteAdvertisements"
},
Expand All @@ -248,6 +251,9 @@
{
"name": "UpgradeStatus"
},
{
"name": "UserNamespacesSupport"
},
{
"name": "VSphereControlPlaneMachineSet"
},
Expand Down

0 comments on commit 0c4262a

Please sign in to comment.