c12s-kubespray/roles
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
..
adduser Make etcd data dir configurable. 2017-02-27 21:35:51 +01:00
bastion-ssh-config change ssh_args/bastion configuration (#1883) 2017-10-27 12:18:39 +01:00
bootstrap-os Add missing exclamation mark in shebang line (#1966) 2017-11-13 09:34:21 +00:00
dnsmasq Refactor downloads to use download role directly (#1824) 2017-10-19 09:17:11 +01:00
docker Docker Version Update 2017-11-03 12:34:45 -05:00
download contiv network support (#1914) 2017-11-29 14:24:16 +00:00
etcd Defaults for apiserver_loadbalancer_domain_name (#1993) 2017-11-23 16:15:48 +00:00
kubernetes Allow setting --bind-address for apiserver hyperkube (#1985) 2017-11-29 15:24:02 +00:00
kubernetes-apps contiv network support (#1914) 2017-11-29 14:24:16 +00:00
kubespray-defaults Merge pull request #1977 from mattymo/initializers 2017-11-28 11:37:41 -05:00
network_plugin contiv network support (#1914) 2017-11-29 14:24:16 +00:00
reset Normalize tags in all places to prepare for tag fixing in future (#1739) 2017-10-05 08:43:04 +01:00
rkt improved proxy support 2017-10-30 11:42:14 -04:00
upgrade Setting kubectl bin directory (#1635) 2017-09-09 23:54:13 +03:00
vault Raise default vault lease TTL to 10y (#2008) 2017-11-29 10:38:59 +00:00