-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.21
-
None
-
False
-
-
1
-
Important
-
Yes
-
None
-
Rejected
-
NI&D Sprint 281
-
1
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem
OpenShift router's Dynamic Configuration Manager (DCM) was added to the TechPreviewNoUpgrade feature set in OpenShift 4.18.
DCM was removed from the TechPreviewNoUpgrade feature set during the OpenShift 4.20 development cycle because of a defect that caused tests to fail in "techpreview" CI jobs, which enable this feature set (see OCPBUGS-62987). This defect has since been fixed (see OCPBUGS-49908). DCM is now in only the DevPreviewNoUpgrade feature set, meaning it has been downgraded from tech preview to developer preview.
DCM should be added back to TechPreviewNoUpgrade in OpenShift 4.20 so that the feature that was previously tech preview doesn't regress to dev preview between 4.19 and 4.20.
Version-Release number of selected component (if applicable)
OpenShift 4.20.
How reproducible
100%.
Steps to Reproduce
1. Install an OpenShift 4.20 cluster and enable the "TechPreviewNoUpgrade" feature set.
2. Check whether the "IngressControllerDynamicConfigurationManager" feature gate is enabled
3. Check whether the ROUTER_HAPROXY_CONFIG_MANAGER=true environment variable is set on the "default" IngressController's "router-default" deployment.
Actual results
The feature gate is not enabled, and the environment variable is not set.
Expected results
The feature gate should be enabled, and the environment variable should be set.
- is related to
-
OCPBUGS-49908 [DCM] Service idling fails due to non disabled health check on server slot with clusterIP address
-
- Verified
-
-
OCPBUGS-62987 Component Readiness: regression re [Feature:Idling] Idling with a single service and ReplicationController
-
- Verified
-
- links to