-
Bug
-
Resolution: Duplicate
-
Normal
-
None
-
4.20
-
Quality / Stability / Reliability
-
False
-
-
None
-
Moderate
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
When using ABI to install OpenShift cluster with proxy configured, the ABI adds the machineNetwork CIDR to the noProxy 2 times. The installation can succeed, however, when trying to add worker node using oc adm node-image command, it will fail with "duplicate no_proxy entry" error.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
Detailed steps provide later.
Actual results:
The ABI adds the machineNetwork CIDR to the noProxy twice.
Expected results:
The ABI adds the machineNetwork CIDR to the noProxy only once.
Additional info:
As a temporary workaround, it is possible to using oc edit proxy/cluster to remove the duplicate machineNetwork CIDR and everything will work fine after that.