deckhouse
deckhouse copied to clipboard
Node network CIDR is not listed in NO_PROXY env variable
Preflight Checklist
- [X] I agree to follow the Code of Conduct that this project adheres to.
- [X] I have searched the issue tracker for an issue that matches the one I want to file, without success.
Version
v1.60.0
Expected Behavior
If I use a proxy, requests to the master nodes will not attempt to use http[s]_proxy.
Actual Behavior
Requests to master nodes go through http[s]_proxy.
Steps To Reproduce
No response
Additional Information
I think we should add private IP address ranges to no_proxy by default:
10.0.0.0/8
172.16.0.0/12
192.168.0.0/16
Logs
No response
Please revert the PR when the issue will be resolved.