k3s/cmd/kubeadm/app/discovery/https
Alexander Kanevskiy 4bd692a3bf kubeadm: Utilize transport defaults from API machinery for http calls
Default Go HTTP transport does not allow to use CIDR notations in
NO_PROXY variables, thus for certain HTTP calls that is done inside
kubeadm user needs to put explicitly multiple IP addresses. For most of
calls done via API machinery it is get solved by setting different Proxy
resolver. This patch allows to use CIDR notations in NO_PROXY variables
for currently all other HTTP calls that is made inside kubeadm.
2017-11-10 14:05:58 +02:00
..
BUILD kubeadm: Utilize transport defaults from API machinery for http calls 2017-11-10 14:05:58 +02:00
https.go kubeadm: Utilize transport defaults from API machinery for http calls 2017-11-10 14:05:58 +02:00