c12s-kubespray/roles/kubernetes
Paul Czarkowski c226b4e5cb fixes issue #258
Kubernetes API server has an option:

```
--advertise-address=<nil>: The IP address on which to advertise the apiserver to members of the cluster. This address must be reachable by the rest of the cluster. If blank, the --bind-address will be used. If --bind-address is unspecified, the host's default interface will be used.
```

kargo does not set --bind-address, thus it binds to eth0, in vagrant and similar
environments this causes issues because nodes cannot talk to eachother over eth0.

This sets `--advertise-address` to `ip` if its set, otherwise the default behavior
of is persisted by using `ansible_default_ipv4.address`.
2016-05-22 13:48:16 -05:00
..
master fixes issue #258 2016-05-22 13:48:16 -05:00
node upgrade k8s vers, and add a script for future upgrades 2016-05-12 15:56:30 +02:00
preinstall upgrade weave to v1.5.0 with cni 2016-04-20 17:09:09 +02:00
secrets Fix issue with check_certs playbook 2016-05-15 17:15:59 -05:00