-
Bug
-
Resolution: Unresolved
-
Undefined
-
4.18, 4.19, 4.20, 4.21.0
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
In the case of adding a worker node on day 2 in a disconnected environment, we need to update the code to retrieve ImageContentSourcePolicy (ICSP) instead of ImageContentPolicies (ICP). Currently, after updating ICSP, the user is not able to get the updated mirror registry information, they always get what is present in the install-config (cluster-config-v1). This causes inconsistencies when mirror registries are updated post-installation.
Version-Release number of selected component (if applicable):
4.19
How reproducible:
Always
Actual results:
The mirror registry information retrieved was the one set during cluster installation.
Expected results:
The updated mirror registry information from ICSP should be fetched.
Additional info:
The operator.openshift.io/v1alpha1 should be used in place of config.openshift.io/v1. https://github.com/openshift/installer/blob/c805b240dc45c054ff83d57ae945772feef90ea4/pkg/asset/agent/joiner/clusterinfo.go#L433
- is cloned by
-
OCPBUGS-61491 Node Joiner: Update code to retrieve ICSP instead of ICP for mirror registry
-
- Verified
-
- links to