-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
unable to configure https_proxy #1013
Labels
bug
Something isn't working
Comments
working example:
|
@clux is proxy env vars automatically picked up or is the recommendation to use a custom service as above? |
@clux appreciate the super quick response as always. I'll keep an eye on the ticket 🙏 |
It's still in our team todo list, still haven't got there. Will update the original issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current and expected behavior
expected behaviour:
according to changelog 0.72.0:
I would expect to be able to access my kubeapi through a socks5 proxy like this
https_proxy=socks5h://localhost:1080 cargo run
current behaviour:
I don't see any log trace using the http proxy and the client times out trying to reach the server
Possible solution
No response
Additional context
dependencies
example code
run the app:
logs
I can reach the kubeapi through the proxy using curl
Environment
Configuration and features
Affected crates
kube-client
Would you like to work on fixing this bug?
No response
The text was updated successfully, but these errors were encountered: