Skip to content
Snippets Groups Projects
  1. Feb 23, 2021
  2. Jan 11, 2021
  3. Dec 18, 2020
  4. Aug 18, 2020
  5. Jun 26, 2020
    • Kenichi Omichi's avatar
      Add USE_REAL_HOSTNAME to inventory.py (#6293) · 56f389a9
      Kenichi Omichi authored
      inventory_builder creates hosts.yaml file with hostnames like "node1",
      "node2", etc. Even if specifying override_system_hostname=false, the
      output of "kubectl get nodes" shows those hostnames ("node1", etc.)
      without using actual hostnames.
      To solve this issue, this adds an option USE_REAL_HOSTNAME to get
      actual hostnames when creating hosts.yaml file instead of "node1", etc.
      Unverified
      56f389a9
  6. Jan 18, 2020
  7. Dec 05, 2019
  8. Dec 02, 2019
  9. Aug 29, 2019
  10. Aug 14, 2019
  11. Apr 10, 2019
  12. Apr 05, 2019
  13. Mar 29, 2019
  14. Mar 13, 2019
  15. Mar 12, 2019
  16. Mar 07, 2019
  17. Feb 28, 2019
  18. Feb 11, 2019
  19. Feb 06, 2019
  20. Dec 09, 2018
  21. May 18, 2018
  22. Feb 12, 2018
  23. Aug 18, 2017
    • Matthew Mosesohn's avatar
      Fix vault setup partially (#1531) · 2645e88b
      Matthew Mosesohn authored
      This does not address per-node certs and scheduler/proxy/controller-manager
      component certs which are now required. This should be handled in a
      follow-up patch.
      2645e88b
  24. Jun 23, 2017
  25. 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
  26. Dec 29, 2016
  27. Dec 28, 2016
  28. Dec 23, 2016
Loading