Files
kubespray/docs
Steven Hardy d39a88d63f Allow setting --bind-address for apiserver hyperkube (#1985)
* 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
2017-11-29 15:24:02 +00:00
..
2017-02-23 12:07:17 +01:00
2017-03-01 09:38:19 -08:00
2017-02-17 23:27:38 +04:00
2017-06-23 12:35:10 -04:00
2017-08-14 18:48:35 +03:00
2017-11-29 14:24:16 +00:00
2017-06-23 12:35:10 -04:00
2017-11-02 11:40:08 +01:00
2017-10-16 17:02:53 +01:00
2017-09-26 10:38:58 +01:00
2017-11-10 09:30:27 -05:00
2017-07-12 11:01:06 +02:00
2017-11-06 13:51:22 +00:00