Skip to content

Commit 58d4ac4

Browse files
Merge pull request #2113 from p0lyn0mial/revert-disable-resilient-watch-cache-init
Revert "OCPBUGS-44693: Disable ResilientWatchCacheInitialization"
2 parents 14a6da2 + fbcb0f6 commit 58d4ac4

8 files changed

+0
-26
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
| MachineAPIMigration| | | | | | |
77
| MachineAPIOperatorDisableMachineHealthCheckController| | | | | | |
88
| MultiArchInstallAzure| | | | | | |
9-
| ResilientWatchCacheInitialization| | | | | | |
109
| GatewayAPI| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1110
| NewOLM| | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1211
| 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> |

features/features.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -694,11 +694,4 @@ var (
694694
enhancementPR("https://github.com/openshift/enhancements/pull/1711").
695695
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
696696
mustRegister()
697-
698-
FeatureGateResilientWatchCacheInitialization = newFeatureGate("ResilientWatchCacheInitialization").
699-
reportProblemsToJiraComponent("kube-apiserver").
700-
contactPerson("p0lyn0mial").
701-
productScope(kubernetes).
702-
enhancementPR("https://github.com/kubernetes/enhancements/issues/4568").
703-
mustRegister()
704697
)

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@
136136
{
137137
"name": "ProcMountType"
138138
},
139-
{
140-
"name": "ResilientWatchCacheInitialization"
141-
},
142139
{
143140
"name": "RouteAdvertisements"
144141
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
},
3636
{
3737
"name": "NewOLM"
38-
},
39-
{
40-
"name": "ResilientWatchCacheInitialization"
4138
}
4239
],
4340
"enabled": [

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
},
3939
{
4040
"name": "NewOLM"
41-
},
42-
{
43-
"name": "ResilientWatchCacheInitialization"
4441
}
4542
],
4643
"enabled": [

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@
136136
{
137137
"name": "ProcMountType"
138138
},
139-
{
140-
"name": "ResilientWatchCacheInitialization"
141-
},
142139
{
143140
"name": "RouteAdvertisements"
144141
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
},
3333
{
3434
"name": "MultiArchInstallAzure"
35-
},
36-
{
37-
"name": "ResilientWatchCacheInitialization"
3835
}
3936
],
4037
"enabled": [

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
},
3636
{
3737
"name": "MultiArchInstallAzure"
38-
},
39-
{
40-
"name": "ResilientWatchCacheInitialization"
4138
}
4239
],
4340
"enabled": [

0 commit comments

Comments
 (0)