Skip to content
Snippets Groups Projects
  1. May 17, 2024
  2. Nov 20, 2021
  3. Jul 01, 2021
  4. Apr 29, 2021
    • Cristian Calin's avatar
      Rename ansible groups to use _ instead of - (#7552) · 360aff4a
      Cristian Calin authored
      * rename ansible groups to use _ instead of -
      
      k8s-cluster -> k8s_cluster
      k8s-node -> k8s_node
      calico-rr -> calico_rr
      no-floating -> no_floating
      
      Note: kube-node,k8s-cluster groups in upgrade CI
            need clean-up after v2.16 is tagged
      
      * ensure old groups are mapped to the new ones
      360aff4a
  5. Mar 24, 2021
  6. Mar 11, 2021
  7. Jan 11, 2021
  8. Oct 29, 2020
    • David Medinets's avatar
      Notes About Server In admin.conf (#6854) · 102fb945
      David Medinets authored
      * Add note about changing private IP in admin.conf.
      
      When I run kubespray, a load balancer is created which should be used instead of the ip of the controller node.
      
      * Procedure to find load balancer and update admin.conf
      
      When I run kubespray, a load balancer is used instead of the private ip of the controller.
      102fb945
  9. Sep 17, 2020
  10. Sep 11, 2020
  11. Aug 21, 2020
  12. Jun 25, 2020
  13. Jun 01, 2020
  14. May 06, 2020
  15. Apr 29, 2020
  16. Mar 21, 2020
  17. Feb 11, 2020
  18. Dec 04, 2019
  19. Aug 07, 2019
  20. Apr 20, 2019
  21. 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
  22. Nov 28, 2018
  23. Nov 07, 2018
  24. Sep 03, 2018
  25. Jul 12, 2018
  26. Jul 03, 2018
  27. Mar 21, 2018
  28. Mar 13, 2018
  29. Mar 08, 2018
  30. Feb 08, 2018
  31. Feb 05, 2018
  32. Nov 15, 2017
  33. Nov 03, 2017
  34. Oct 15, 2017
  35. Sep 25, 2017
  36. 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
  37. Sep 11, 2017
  38. Sep 10, 2017
  39. Sep 06, 2017
  40. Jun 23, 2017
Loading