kubernetes/cmd
Antonio Ojea 56df70b639 kube-proxy detect IP family based on nodeIP
We were detecting the IP family that kube-proxy should use
based on the bind address, however, this is not valid when
using an unspecified address, because on those cases
kube-proxy adopts the IP family of the address reported
in the Node API object.

The IP family will be determined by the nodeIP used by the proxier
The order of precedence is:
1. config.bindAddress if bindAddress is not 0.0.0.0 or ::
2. the primary IP from the Node object, if set
3. if no IP is found it defaults to 127.0.0.1 and IPv4

Signed-off-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
2020-06-17 14:51:35 +02:00
..
clicheck Move pkg/kubectl/cmd/util and subdirs to staging 2019-07-29 13:08:41 -07:00
cloud-controller-manager cmd/*: fail on unrecognized flags/arguments for component CLI 2020-05-28 22:06:01 +03:00
controller-manager Merge pull request #90649 from cici37/leaderelectionconfig 2020-05-20 19:40:47 -07:00
gendocs Create work-around wrappers for pure attribute on go_binary and go_test 2019-02-22 18:08:34 -08:00
genkubedocs Drop cloud-controller-manager artifacts from k/k release 2019-08-06 13:51:27 -04:00
genman Drop cloud-controller-manager artifacts from k/k release 2019-08-06 13:51:27 -04:00
genswaggertypedocs Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
genutils
genyaml Remove genyaml binary 2019-04-12 08:31:29 -04:00
importverifier delete all duplicate empty blanks 2019-02-23 10:28:04 +08:00
kube-apiserver Merge pull request #91630 from liggitt/kube-apiserver-kubelet-https 2020-06-02 02:02:14 -07:00
kube-controller-manager cmd/*: fail on unrecognized flags/arguments for component CLI 2020-05-28 22:06:01 +03:00
kube-proxy kube-proxy detect IP family based on nodeIP 2020-06-17 14:51:35 +02:00
kube-scheduler Merge pull request #91349 from neolit123/1.19-fail-on-unrecognized-args 2020-05-30 00:27:53 -07:00
kubeadm Merge pull request #91349 from neolit123/1.19-fail-on-unrecognized-args 2020-05-30 00:27:53 -07:00
kubectl remove pkg/version and some of redundant copies of it 2019-09-16 16:24:35 -07:00
kubelet Merge pull request #90494 from knabben/kubelet-provider 2020-05-26 19:12:42 -07:00
kubemark cmd/*: fail on unrecognized flags/arguments for component CLI 2020-05-28 22:06:01 +03:00
linkcheck fix staticcheck faulures in 'cmd' pkg 2019-12-16 18:32:54 +08:00
preferredimports fix staticcheck faulures in 'cmd' pkg 2019-12-16 18:32:54 +08:00
verifydependencies Close the file after reading in verifydependencies#main 2019-10-19 10:46:50 -07:00
BUILD Drop cmd/hyperkube 2019-11-06 09:11:35 -05:00
OWNERS