d39a88d63f
* Allow setting --bind-address for apiserver hyperkube This is required if you wish to configure a loadbalancer (e.g haproxy) running on the master nodes without choosing a different port for the vip from that used by the API - in this case you need the API to bind to a specific interface, then haproxy can bind the same port on the VIP: root@overcloud-controller-0 ~]# netstat -taupen | grep 6443 tcp 0 0 192.168.24.6:6443 0.0.0.0:* LISTEN 0 680613 134504/haproxy tcp 0 0 192.168.24.16:6443 0.0.0.0:* LISTEN 0 653329 131423/hyperkube tcp 0 0 192.168.24.16:6443 192.168.24.16:58404 ESTABLISHED 0 652991 131423/hyperkube tcp 0 0 192.168.24.16:58404 192.168.24.16:6443 ESTABLISHED 0 652986 131423/hyperkube This can be achieved e.g via: kube_apiserver_bind_address: 192.168.24.16 * Address code review feedback * Update kube-apiserver.manifest.j2 |
||
---|---|---|
.. | ||
calico_peer_example | ||
figures | ||
ansible.md | ||
atomic.md | ||
aws.md | ||
azure.md | ||
calico.md | ||
cloud.md | ||
comparisons.md | ||
contiv.md | ||
coreos.md | ||
debian.md | ||
dns-stack.md | ||
downloads.md | ||
flannel.md | ||
getting-started.md | ||
ha-mode.md | ||
integration.md | ||
kubernetes-reliability.md | ||
large-deployments.md | ||
local-storage-provisioner.md | ||
netcheck.md | ||
openstack.md | ||
roadmap.md | ||
test_cases.md | ||
upgrades.md | ||
vagrant.md | ||
vars.md | ||
vault.md | ||
vsphere.md | ||
weave.md |