Document URL: https://docs.openshift.com/container-platform/4.8/installing/install_config/configuring-firewall.html Section Number and Name: Configuring your firewall for OpenShift Container Platform Describe the issue: Missing reference to rhcos-redirector URL for highly secured environments with proxy/firewall. Suggestions for improvement: Add reference to rhcos-redirector.apps.art.xq1c.p1.openshiftapps.com need. Example from a customer: #################################### for i in $(seq ${MAX_ATTEMPTS}) + curl -g --compressed -L --connect-timeout 120 -o rhcos-48.84.202106091622-0-openstack.x86_64.qcow2.gz https://rhcos-redirector.apps.art.xq1c.p1.openshiftapps.com/art/storage/releases/rhcos-4.8/48.84.202106091622-0/x86_64/rhcos-48.84.202106091622-0-openstack.x86_64.qcow2.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (56) Received HTTP code 502 from proxy after CONNECT Download failed. + (( 5 == 5 )) + echo 'Download failed.' #################################### Additional information: More information in bugzillas: The redirector URL was changed as per following bugzilla in 4.8.2: https://bugzilla.redhat.com/show_bug.cgi?id=1963205 So the new change was submitted with the following pull-request: https://github.com/openshift/installer/pull/4928 See https://issues.redhat.com/browse/ART-2818 and https://github.com/openshift/os/issues/542 and https://github.com/openshift/release/pull/18642
After inspecting the bug, we have concluded that it is outside of the Telco & Partner Solutions team's remit (generic content).
Hello! After reading over this BZ, it looks like the documentation has already been updated to include URL - rhcos-redirector.apps.art.xq1c.p1.openshiftapps.com 4.8 - https://docs.openshift.com/container-platform/4.8/installing/install_config/configuring-firewall.html#configuring-firewall_configuring-firewall 4.9 - https://docs.openshift.com/container-platform/4.9/installing/install_config/configuring-firewall.html#configuring-firewall_configuring-firewall 4.10 - https://docs.openshift.com/container-platform/4.10/installing/install_config/configuring-firewall.html#configuring-firewall_configuring-firewall Updated made in this PR: https://github.com/openshift/openshift-docs/pull/41850 David, could you PTAL to confirm if your requested changes have been completed based on the links above? Please let me know if there are any further information that needs updating that I might have missed. Thank you!
LGTM, it is correctly referenced.