c12s-kubespray/roles/kubernetes/secrets
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
..
defaults Change single Vault pki mount to multi pki mounts paths for etcd and kube CA`s (#1552) 2017-08-30 16:03:22 +03:00
files Force kubelet certificates to be generated as lowercase (#1886) 2017-10-27 15:58:25 +01:00
handlers Clear admin kubeconfig when rotating certs (#1772) 2017-10-12 09:55:46 +01:00
meta Vault security hardening and role isolation 2017-02-08 21:41:36 +00:00
tasks Use include/import tasks (#2192) 2018-01-29 14:37:48 +03:00
templates Loadbalancer Apiserver Address is missing 2018-01-30 17:33:00 +01:00