• Alexander Kanevskiy's avatar
    kubeadm: Utilize transport defaults from API machinery for http calls · 4bd692a3
    Alexander Kanevskiy authored
    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.
    4bd692a3
https.go 1.51 KB