Skip to content
Snippets Groups Projects
  1. Nov 17, 2018
    • Zohar Mamedov's avatar
      af5e05d0
    • marcstreeter's avatar
      fix `dns_prevent_single_point_failure` variable (#3728) · c83bfc9d
      marcstreeter authored
      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.
      c83bfc9d
  2. Nov 16, 2018
  3. Nov 15, 2018
  4. Nov 14, 2018
  5. Nov 13, 2018
  6. Nov 12, 2018
  7. Nov 10, 2018
  8. Nov 09, 2018
Loading