c12s-kubespray/roles/kubernetes
Andreas Krüger 6f36faa4f9
Loadbalancer Apiserver Address is missing
If you configure your external loadbalancer to do a simple tcp pass-through to the api servers, and you do not use a DNS FQDN but just the ip, then you need to add the ip adress to the certificates too.

Example config:

```
## External LB example config
apiserver_loadbalancer_domain_name: "10.50.63.10"
loadbalancer_apiserver:
  address: 10.50.63.10
  port: 8383
```
2018-01-30 17:33:00 +01:00
..
client Defaults for apiserver_loadbalancer_domain_name (#1993) 2017-11-23 16:15:48 +00:00
kubeadm Remove blank lines 2018-01-03 00:54:04 -06:00
master Use include/import tasks (#2192) 2018-01-29 14:37:48 +03:00
node Merge pull request #2171 from ArchiFleKs/kubeproxy-lvs 2018-01-29 22:58:02 -06:00
preinstall Use include/import tasks (#2192) 2018-01-29 14:37:48 +03:00
secrets Loadbalancer Apiserver Address is missing 2018-01-30 17:33:00 +01:00