Skip to content
  1. Mar 14, 2019
  2. Mar 13, 2019
  3. Feb 26, 2019
  4. Feb 20, 2019
  5. Jan 29, 2019
    • Thomas Nys's avatar
      Set cluster DNS correctly in case of nodelocal dns cache (#3879) · 68fd7e39
      Thomas Nys authored
      * Set cluster DNS correctly in case of nodelocal dns cache
      
      * Pass in cluster_ip based on dns mode
      
      * Disable nodelocaldns by default
      
      * Fix syntax error
      
      * Fix syntax issue
      
      * Add nodelocadns ip to vars of node installation
      
      * Change location of nodelocaldns_ip
      
      * Try to remove newlines from jinja template
      
      * Add debug for config file
      
      * Move parameter logic outside of template
      
      * Adapt templates after feedback
      
      * Remove debugging
      68fd7e39
  6. Jan 28, 2019
  7. Jan 08, 2019
  8. Dec 12, 2018
  9. Dec 11, 2018
  10. Dec 10, 2018
  11. Dec 07, 2018
  12. Dec 06, 2018
    • Andreas Krüger's avatar
      Remove non-kubeadm deployment (#3811) · ddffdb63
      Andreas Krüger authored
      * Remove non-kubeadm deployment
      
      * More cleanup
      
      * More cleanup
      
      * More cleanup
      
      * More cleanup
      
      * Fix gitlab
      
      * Try stop gce first before absent to make the delete process work
      
      * More cleanup
      
      * Fix bug with checking if kubeadm has already run
      
      * Fix bug with checking if kubeadm has already run
      
      * More fixes
      
      * Fix test
      
      * fix
      
      * Fix gitlab checkout untill kubespray 2.8 is on quay
      
      * Fixed
      
      * Add upgrade path from non-kubeadm to kubeadm. Revert ssl path
      
      * Readd secret checking
      
      * Do gitlab checks from v2.7.0 test upgrade path to 2.8.0
      
      * fix typo
      
      * Fix CI jobs to kubeadm again. Fix broken hyperkube path
      
      * Fix gitlab
      
      * Fix rotate tokens
      
      * More fixes
      
      * More fixes
      
      * Fix tokens
      ddffdb63
  13. Dec 04, 2018
  14. Dec 03, 2018
  15. Nov 22, 2018
  16. Nov 19, 2018
  17. Nov 17, 2018
    • 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
  18. Nov 15, 2018
    • Andreas Krüger's avatar
      Update CoreDNS, KubeDNS and Autoscaler to newest templates (#3711) · 6f6274d0
      Andreas Krüger authored
      * Update DNS Autoscaler to latest
      
      * Update CoreDNS to latest
      
      * Update KubeDNS to latest
      
      * Add KubeDNS config map
      
      * Fix filename
      
      * Add missing selector to DNS Autoscaler
      
      * Add missing tolerations
      6f6274d0
    • Andreas Krüger's avatar
      Enable DNS AutoScaler for CoreDNS (#3707) · 17f07e26
      Andreas Krüger authored
      * Enable AutoScaler for CoreDNS
      
      * Only use one template for dns autoscaler
      
      * Rename a few variables for replicas and minimum pods
      
      * Rename a few variables for replicas and minimum pods
      
      * Remove replicas to make autoscale work
      
      * Cleanup kubedns-autoscaler as it has been renamed
      17f07e26
  19. Nov 14, 2018
  20. Nov 13, 2018
  21. Oct 17, 2018
  22. Oct 11, 2018
  23. Oct 08, 2018
  24. Sep 30, 2018
  25. Sep 28, 2018
  26. Sep 25, 2018
    • Kuldip Madnani's avatar
      Adding pod priority for all the components. (#3361) · 36898a2c
      Kuldip Madnani authored
      * Changes to assign pod priority to kube components.
      
      * Removed the boolean flag pod_priority_assignment
      
      * Created new priorityclass k8s-cluster-critical
      
      * Created new priorityclass k8s-cluster-critical
      
      * Fixed the trailing spaces
      
      * Fixed the trailing spaces
      
      * Added kube version check while creating Priority Class k8s-cluster-critical
      
      * Moved k8s-cluster-critical.yml
      
      * Moved k8s-cluster-critical.yml to kube_config_dir
      36898a2c
  27. Sep 15, 2018
  28. Sep 12, 2018
  29. Sep 11, 2018
  30. Sep 02, 2018
    • Pablo Estigarribia's avatar
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version · 7cbe3c21
      Pablo Estigarribia authored
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version
      
      remove empty when line
      
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version
      
      force kubeadm upgrade due to failure without --force flag
      
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version
      
      added nodeSelector to have compatibility with hybrid cluster with win nodes, also fix for download with missing container type
      
      fixes in syntax and LF for newline in files
      
      fix on yamllint check
      
      ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version
      
      some cleanup for innecesary lines
      
      remove conditions for nodeselector
      7cbe3c21
  31. Aug 31, 2018
  32. Aug 28, 2018
  33. Aug 22, 2018
  34. Aug 19, 2018
Loading