Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1856860

Summary: NO_PROXY variable not picking up cidr range.
Product: OpenShift Container Platform Reporter: manisha <mdhanve>
Component: openshift-apiserverAssignee: manisha <mdhanve>
Status: CLOSED DUPLICATE QA Contact: manisha <mdhanve>
Severity: high Docs Contact:
Priority: high    
Version: 4.4CC: aos-bugs, mfojtik
Target Milestone: ---Keywords: UpcomingSprint
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-08-03 13:39:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description manisha 2020-07-14 15:16:16 UTC
Description of problem: 

Facing issues while authenticating to the cluster and could observe below error and oc binary not working as well.

---
F0714 07:22:20.965587  720050 helpers.go:114] Error from server (InternalError): Internal error occurred: unexpected response: 400
---

While investigating the issue it was identified that there is an issue with proxy in the cluster. When checked env variables configured for proxy in the crictl config file those seemed ok. however, the curl request was going through 
  proxy instead of noproxy configured for internal communication in the cluster.

The NO_PROXY variable is not picking up CIDR range however when individual IP is given it successfully takes up the IP address.


Version-Release number of selected component (if applicable): 4.4.10


How reproducible: Always.

Comment 1 Standa Laznicka 2020-08-03 13:39:09 UTC

*** This bug has been marked as a duplicate of bug 1856859 ***