-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
fix (kubernetes-client-api) : Config should use proxy-url
in kubeconfig's cluster configuration
#6289
Conversation
2e93b96
to
c6a16dd
Compare
846678c
to
1d50b4f
Compare
README.md
Outdated
| `http.proxy` / `HTTP_PROXY` | URL to the [proxy](http://www.gnu.org/software/wget/manual/html_node/Proxies.html) for HTTP requests | | | ||
| `https.proxy` / `HTTPS_PROXY` | URL to the [proxy](http://www.gnu.org/software/wget/manual/html_node/Proxies.html) for HTTPS requests | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should at least include a link to the FAQ entry.
The behavior of these ENV variables, system properties is not the same as the behavior of the rest of entries in the list. This should be highlighted maybe with a [(*special order of precedence)](#link-to-faq)
or something like that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except for the missing link in the README. Otherwise is good, nice job!
I'm not sure if the changelog entry is missing to or if it was added previously.
…nfig's cluster configuration Set Config's `httpProxy` / `httpsProxy` fields if current context's cluster configuration has `proxy-url` set Signed-off-by: Rohan Kumar <[email protected]>
1d50b4f
to
d3458da
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx!
Description
Fix #6150
🚧 Requires #6279 to be merged firstWhile loading
.kube/config
during auto-configuration phase, set Config'shttpProxy
/httpsProxy
fields if current context's cluster configuration hasproxy-url
setSigned-off-by: Rohan Kumar [email protected]
Type of change
test, version modification, documentation, etc.)
Checklist