Skip to content

Commit

Permalink
feature gates: add ProcMountType to tech preview
Browse files Browse the repository at this point in the history
Signed-off-by: origin-release-container <[email protected]>
  • Loading branch information
origin-release-container authored and haircommander committed Aug 26, 2024
1 parent 147550c commit afc7924
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
| 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> |
Expand Down
7 changes: 7 additions & 0 deletions features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -625,4 +625,11 @@ var (
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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@
{
"name": "PrivateHostedZoneAWS"
},
{
"name": "ProcMountType"
},
{
"name": "RouteAdvertisements"
},
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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@
{
"name": "PlatformOperators"
},
{
"name": "ProcMountType"
},
{
"name": "RouteAdvertisements"
},
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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@
{
"name": "PrivateHostedZoneAWS"
},
{
"name": "ProcMountType"
},
{
"name": "RouteAdvertisements"
},
Expand Down

0 comments on commit afc7924

Please sign in to comment.