c12s-kubespray/roles
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
..
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 Use include/import tasks (#2192) 2018-01-29 14:37:48 +03:00
dnsmasq move hardcoded dnsmasq autoscaler image to its own variable 2018-01-18 16:04:29 +01:00
docker Use include/import tasks (#2192) 2018-01-29 14:37:48 +03:00
download Bump kube-dns to 1.14.8 (#2204) 2018-01-30 19:23:37 +03:00
etcd Fix DNS entries in etcd's openssl.conf by adding a newline. (#2208) 2018-01-30 16:26:58 +03:00
kubernetes Loadbalancer Apiserver Address is missing 2018-01-30 17:33:00 +01:00
kubernetes-apps Bump kube-dns to 1.14.8 (#2204) 2018-01-30 19:23:37 +03:00
kubespray-defaults Update information about network sizes 2018-01-26 15:23:21 +01:00
network_plugin Use include/import tasks (#2192) 2018-01-29 14:37:48 +03:00
reset iptables: flush nat table as well as filter table upon reset (#2174) 2018-01-24 20:22:49 -06:00
rkt Use include/import tasks (#2192) 2018-01-29 14:37:48 +03:00
upgrade Upgrade to Kubernetes v1.9.1 (#2152) 2018-01-25 18:44:44 +03:00
vault Use include/import tasks (#2192) 2018-01-29 14:37:48 +03:00