-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UPSTREAM: 23003: support CIDRs in NO_PROXY #8016
Conversation
also in |
3e2db95
to
e84693e
Compare
[test] |
Upstream has "looks good to me" (all spelled out actually). |
Evaluated for origin test up to a0096de |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/2250/) |
@liggitt p1 issue, upstream already merged, minor changes in origin. Any comments? |
LGTM |
[merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/5373/) (Image: devenv-rhel7_3780) |
Evaluated for origin merge up to a0096de |
Merged by openshift-bot
fixes #7694
@liggitt is the proxy expert, but I think this picks ups locations where we use the built-in go proxy func and replaces it with one respects CIDRs in
NO_PROXY
, but otherwise delegates to the built-in func.