Skip to content
Snippets Groups Projects
  1. Mar 21, 2018
  2. Mar 13, 2018
  3. Mar 08, 2018
  4. Feb 08, 2018
  5. Feb 05, 2018
  6. Nov 15, 2017
  7. Nov 03, 2017
  8. Oct 15, 2017
  9. Sep 25, 2017
  10. 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
  11. Sep 11, 2017
  12. Sep 10, 2017
  13. Sep 06, 2017
  14. Jun 23, 2017
  15. Jun 16, 2017
  16. May 29, 2017
  17. May 24, 2017
  18. 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
  19. Feb 26, 2017
  20. Feb 14, 2017
  21. 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
  22. Jan 11, 2017
  23. Jan 10, 2017
  24. Dec 23, 2016
  25. Jul 04, 2016
Loading