Skip to content
Snippets Groups Projects
  1. Jun 25, 2020
  2. Jun 01, 2020
  3. May 06, 2020
  4. Apr 29, 2020
  5. Mar 21, 2020
  6. Feb 11, 2020
  7. Dec 04, 2019
  8. Aug 07, 2019
  9. Apr 20, 2019
  10. Jan 08, 2019
    • Julien C's avatar
      Remove --limit option to select node to delete (#4001) · 2c8d75af
      Julien C authored
      --limit doesn't work when using remove-node.yml as there is group listing with "hosts: kube-master" in the playbook. Thus, remove-node/pre-remove/post-remove tasks are skipped as they are filtered by group "hosts: kube-master"
      2c8d75af
  11. Nov 28, 2018
  12. Nov 07, 2018
  13. Sep 03, 2018
  14. Jul 12, 2018
  15. Jul 03, 2018
  16. Mar 21, 2018
  17. Mar 13, 2018
  18. Mar 08, 2018
  19. Feb 08, 2018
  20. Feb 05, 2018
  21. Nov 15, 2017
  22. Nov 03, 2017
  23. Oct 15, 2017
  24. Sep 25, 2017
  25. Sep 18, 2017
    • Matthew Mosesohn's avatar
      Create admin credential kubeconfig (#1647) · ef8e35e3
      Matthew Mosesohn authored
      New files: /etc/kubernetes/admin.conf
                 /root/.kube/config
                 $GITDIR/artifacts/{kubectl,admin.conf}
      
      Optional method to download kubectl and admin.conf if
      kubeconfig_lcoalhost is set to true (default false)
      ef8e35e3
  26. Sep 11, 2017
  27. Sep 10, 2017
  28. Sep 06, 2017
  29. Jun 23, 2017
  30. Jun 16, 2017
  31. May 29, 2017
  32. May 24, 2017
  33. Apr 18, 2017
    • Justin's avatar
      Fix IPS array variable expansion · 9503434d
      Justin authored
      $IPS only expands to the first ip address in the array:
      
      justin@box:~$ declare -a IPS=(10.10.1.3 10.10.1.4 10.10.1.5)
      justin@box:~$ echo $IPS
      10.10.1.3
      justin@box:~$ echo ${IPS[@]}
      10.10.1.3 10.10.1.4 10.10.1.5
      9503434d
  34. Feb 26, 2017
  35. Feb 14, 2017
  36. Jan 19, 2017
    • Matthew Mosesohn's avatar
      Add scale thresholds to split etcd and k8s-masters · f742fc3d
      Matthew Mosesohn authored
      Also adds calico-rr group if there are standalone etcd nodes.
      Now if there are 50 or more nodes, 3 etcd nodes will be standalone.
      If there are 200 or more nodes, 2 kube-masters will be standalone.
      If thresholds are exceeded, kube-node group cannot add nodes that
      belong to etcd or kube-master groups (according to above statements).
      f742fc3d
  37. Jan 11, 2017
  38. Jan 10, 2017
  39. Dec 23, 2016
Loading