-
Notifications
You must be signed in to change notification settings - Fork 953
Add proxy-url
command line option
#1655
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
Comments
This issue is currently awaiting triage. SIG CLI takes a lead on issue triage for this repo, but any Kubernetes member can accept issues by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/assign |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
I think you can use I think, we'd not prefer adding flag for this; /close |
@ardaguclu: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
editing /etc/hosts is not portable / generally painful go specifically checks for this only happens if you use FromEnvironment() proxy config, which we don't use in the code path where if you set it makes sense that the env would continue to use this turns out to be annoying for testing kubectl, because kind clusters are on localhost ... kubernetes-sigs/kind#3900 (especially because when testing there may not be a kubeconfig, there may only be cc @kubernetes/sig-cli-leads can we reconsider allowing I think this is a recurring problem for testing with proxies, some examples: |
Makes sense. Let's reopen this and continue discussions |
@ardaguclu: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
We don't have a |
What would you like to be added:
Add
proxy-url
command line option to override cluster setting in selected context config.Why is this needed:
Golang doesn't support HTTPS_PROXY for localhost addresses as noted in #1653. Avoids the need to statically set proxy urls for each of the clusters defined in a config file.
The text was updated successfully, but these errors were encountered: