Skip to content

Commit

Permalink
Merge pull request #2113 from p0lyn0mial/revert-disable-resilient-wat…
Browse files Browse the repository at this point in the history
…ch-cache-init

Revert "OCPBUGS-44693: Disable ResilientWatchCacheInitialization"
  • Loading branch information
openshift-merge-bot[bot] authored Dec 3, 2024
2 parents 14a6da2 + fbcb0f6 commit 58d4ac4
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 26 deletions.
1 change: 0 additions & 1 deletion features.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
| MachineAPIMigration| | | | | | |
| MachineAPIOperatorDisableMachineHealthCheckController| | | | | | |
| MultiArchInstallAzure| | | | | | |
| ResilientWatchCacheInitialization| | | | | | |
| GatewayAPI| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
| NewOLM| | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
| AWSClusterHostedDNS| | | <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: 0 additions & 7 deletions features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -694,11 +694,4 @@ var (
enhancementPR("https://github.com/openshift/enhancements/pull/1711").
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()

FeatureGateResilientWatchCacheInitialization = newFeatureGate("ResilientWatchCacheInitialization").
reportProblemsToJiraComponent("kube-apiserver").
contactPerson("p0lyn0mial").
productScope(kubernetes).
enhancementPR("https://github.com/kubernetes/enhancements/issues/4568").
mustRegister()
)
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@
{
"name": "ProcMountType"
},
{
"name": "ResilientWatchCacheInitialization"
},
{
"name": "RouteAdvertisements"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
},
{
"name": "NewOLM"
},
{
"name": "ResilientWatchCacheInitialization"
}
],
"enabled": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
},
{
"name": "NewOLM"
},
{
"name": "ResilientWatchCacheInitialization"
}
],
"enabled": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@
{
"name": "ProcMountType"
},
{
"name": "ResilientWatchCacheInitialization"
},
{
"name": "RouteAdvertisements"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
},
{
"name": "MultiArchInstallAzure"
},
{
"name": "ResilientWatchCacheInitialization"
}
],
"enabled": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
},
{
"name": "MultiArchInstallAzure"
},
{
"name": "ResilientWatchCacheInitialization"
}
],
"enabled": [
Expand Down

0 comments on commit 58d4ac4

Please sign in to comment.