Bug 1753672 - Setting HTTP_PROXY, HTTPS_PROXY or NO_PROXY wont rollout console deployment
Summary: Setting HTTP_PROXY, HTTPS_PROXY or NO_PROXY wont rollout console deployment
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 4.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 4.2.0
Assignee: Jakub Hadvig
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-09-19 14:54 UTC by Jakub Hadvig
Modified: 2019-10-16 06:41 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-10-16 06:41:39 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift console-operator pull 297 0 'None' closed Bug 1753672: Redeploy console deployment upon proxy changes 2021-02-16 15:07:53 UTC
Red Hat Product Errata RHBA-2019:2922 0 None None None 2019-10-16 06:41:54 UTC

Description Jakub Hadvig 2019-09-19 14:54:21 UTC
Description of problem:
Setting HTTP_PROXY, HTTPS_PROXY, and NO_PROXY variables on the Proxy CR, wont rollout new console deployment.

Version-Release number of selected component (if applicable):
4.2.0-0.ci-2019-09-17-073113

How reproducible:
Always


Steps to Reproduce:
1. For the Proxy CR set `noProxy: clusternoproxy.example.com` in the `spec` field
2. 
3.

Actual results:
New console deployment should be rolledout, which pod's should contain NO_PROXY envVar

Expected results:
New console deployment is not rolledout.


Additional info:

Comment 1 Jakub Hadvig 2019-09-19 15:14:03 UTC
PR: https://github.com/openshift/console-operator/pull/297

Comment 3 shahan 2019-09-23 07:38:12 UTC
oc patch proxy.config --type=merge -p '{"spec": "clusternoproxy.example.com"}
oc rsh -n openshift-console console-567777b67c-d6cqd
sh-4.2$ env |grep PROXY
NO_PROXY=.cluster.local,.svc,.us-east-2.compute.internal,10.0.0.0/16,10.128.0.0/14,127.0.0.1,169.254.169.254,172.30.0.0/16,api-int.qe-ui-09230831.qe.devcluster.openshift.com,api.qe-ui-09230831.qe.devcluster.openshift.com,etcd-0.qe-ui-09230831.qe.devcluster.openshift.com,etcd-1.qe-ui-09230831.qe.devcluster.openshift.com,etcd-2.qe-ui-09230831.qe.devcluster.openshift.com,localhost

4.2.0-0.nightly-2019-09-22-171807
Verified this bug

Comment 4 errata-xmlrpc 2019-10-16 06:41:39 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2019:2922


Note You need to log in before you can comment on or make changes to this bug.