c12s-kubespray/roles
marcstreeter c83bfc9df6 fix dns_prevent_single_point_failure variable (#3728)
comparison that happens during `TASK [kubernetes-apps/ansible : Kubernetes Apps | Lay Down CoreDNS Template]` where the `dns-autoscaler` template is deployed causes coredns to fail deployment.  The error is caused by the variable `dns_prevent_single_point_failure` where an integer is being compared with a string. The resulting error:

```bash
'>' not supported between instances of 'int' and 'str'
```

prevents successful deployment of CoreDNS.  

The change makes the comparison happen between integers and allows CoreDNS to succeed.
2018-11-16 23:57:47 -08:00
..
adduser Fix createhome directory for adduser role 2018-08-23 08:55:11 +02:00
bastion-ssh-config Split deploy steps in separate playbooks: part1 (#3451) 2018-10-09 19:14:33 -07:00
bootstrap-os Fix work yum in Install packages requirements for bootstrap (#3630) 2018-11-06 22:44:37 -08:00
container-engine added rpm caching for to docker repo (#3718) 2018-11-16 02:33:23 -08:00
dnsmasq Apply linux node selector to coreDNS deployment (#3688) 2018-11-13 04:54:15 -08:00
download Update CoreDNS, KubeDNS and Autoscaler to newest templates (#3711) 2018-11-15 09:52:12 -08:00
etcd Remove Vault (#3684) 2018-11-10 08:51:24 -08:00
kubernetes Retry kubeadm proxy and secondary master init tasks (#3715) 2018-11-15 10:03:23 -08:00
kubernetes-apps fix dns_prevent_single_point_failure variable (#3728) 2018-11-16 23:57:47 -08:00
kubespray-defaults Remove Vault (#3684) 2018-11-10 08:51:24 -08:00
network_plugin fixed ansible include/import inheritance issue (#3716) 2018-11-16 04:33:23 -08:00
remove-node Add the path to kubectl binary 2018-08-12 10:50:50 +02:00
reset use force umount when reset cluster (#3672) 2018-11-09 02:30:55 -08:00
upgrade Idempotency fixes to roles/pre-upgrade (#3497) 2018-11-07 16:31:29 -08:00
win_nodes/kubernetes_patch Fix patch type in kubectl patch for hostnameOverride (#3725) 2018-11-16 02:35:02 -08:00