Skip to content

Commit

Permalink
[ETCD-488] Move etcd hardware speed feature to GA
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Ray committed Apr 2, 2024
1 parent ab1b479 commit 1777083
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/v1/feature_gates.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ var (
reportProblemsToJiraComponent("etcd").
contactPerson("hasbro17").
productScope(ocpSpecific).
enableIn(TechPreviewNoUpgrade).
enableIn(Default, TechPreviewNoUpgrade).
mustRegister()

FeatureGateAutomatedEtcdBackup = newFeatureGate("AutomatedEtcdBackup").
Expand Down
2 changes: 1 addition & 1 deletion features.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
| GCPClusterHostedDNS| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| GCPLabelsTags| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| GatewayAPI| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| HardwareSpeed| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| ImagePolicy| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| InsightsConfig| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| InsightsConfigAPI| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
Expand Down Expand Up @@ -51,6 +50,7 @@
| ExternalCloudProviderAzure| <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> |
| ExternalCloudProviderExternal| <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> |
| ExternalCloudProviderGCP| <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> |
| HardwareSpeed| <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> |
| KMSv1| <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> |
| NetworkLiveMigration| <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> |
| OpenShiftPodSecurityAdmission| <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
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
{
"name": "GatewayAPI"
},
{
"name": "HardwareSpeed"
},
{
"name": "ImagePolicy"
},
Expand Down Expand Up @@ -177,6 +174,9 @@
{
"name": "ExternalOIDC"
},
{
"name": "HardwareSpeed"
},
{
"name": "KMSv1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@
{
"name": "GatewayAPI"
},
{
"name": "HardwareSpeed"
},
{
"name": "ImagePolicy"
},
Expand Down Expand Up @@ -177,6 +174,9 @@
{
"name": "ExternalCloudProviderGCP"
},
{
"name": "HardwareSpeed"
},
{
"name": "KMSv1"
},
Expand Down

0 comments on commit 1777083

Please sign in to comment.