c12s-kubespray/roles/kubernetes-apps
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
..
ansible fix dns_prevent_single_point_failure variable (#3728) 2018-11-16 23:57:47 -08:00
cloud_controller/oci Add new OCI cloud controls 2018-09-04 14:03:17 -04:00
cluster_roles Add PriorityClasses on the last master. (#3706) 2018-11-14 15:59:20 -08:00
container_engine_accelerator Add support for GPU accelerator 2018-09-13 11:53:11 +02:00
external_provisioner Fix ansible syntax to avoid ansible deprecation warnings (#3512) 2018-10-16 15:33:30 -07:00
helm Fix ansible syntax to avoid ansible deprecation warnings (#3512) 2018-10-16 15:33:30 -07:00
ingress_controller Apply linux node selector to coreDNS deployment (#3688) 2018-11-13 04:54:15 -08:00
meta Remove EFK from Kubespray 2018-09-20 10:44:17 +02:00
network_plugin Adds support for Multus (multiple interfaces) CNI plugin (#3166) 2018-11-04 01:07:38 -08:00
persistent_volumes is-default-class is case sensative so we must return a lowercase string 2018-02-15 10:51:42 +01:00
policy_controller Fix ansible syntax to avoid ansible deprecation warnings (#3512) 2018-10-16 15:33:30 -07:00
registry Fix ansible syntax to avoid ansible deprecation warnings (#3512) 2018-10-16 15:33:30 -07:00
rotate_tokens/tasks Remove EFK from Kubespray 2018-09-20 10:44:17 +02:00