kubernetes/cmd/kubeadm/app/util/staticpod
Antonio Ojea 335a3e9efb kubeadm: use correct IP family for etcd localhost
kubeadm always use the IPv4 localhost address by defaultA for etcd

The probe hostname is obtained before the generation of the etcd
parameters, so it can't detect the right IP familiy for the
host of the probe.
This causes that with IPv6 clusters doesn't work because the probe
uses the IPv4 localhost address.

This patchs configures the right localhost address based on the used
AdvertiseAddress IP family.
2019-11-30 17:25:30 +01:00
..
BUILD kubeadm: use etcd's /health endpoint for it's liveness probe 2019-08-16 01:06:49 +03:00
utils_test.go kubeadm: use correct IP family for etcd localhost 2019-11-30 17:25:30 +01:00
utils.go kubeadm: use correct IP family for etcd localhost 2019-11-30 17:25:30 +01:00