- Feb 23, 2021
-
-
Kenichi Omichi authored
This replaces KUBE_MASTERS with KUBE_CONTROL_HOSTS because of [1]: ``` The Kubernetes project is moving away from wording that is considered offensive. A new working group WG Naming was created to track this work, and the word "master" was declared as offensive. A proposal was formalized for replacing the word "master" with "control plane". This means it should be removed from source code, documentation, and user-facing configuration from Kubernetes and its sub-projects. ``` [1]: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/kubeadm/2067-rename-master-label-taint/README.md#motivation
-
- Jan 11, 2021
-
-
Mateusz Piotrowski authored
This variable was added as KUBE_MASTERS_MASTERS. That's probably a typo. Remove the redundant `_MASTERS` suffix. Also, document the variable in the help message.
-
- Dec 18, 2020
-
-
Noam authored
-
- Aug 18, 2020
-
-
Florian Ruynat authored
-
- Jun 26, 2020
-
-
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.
-
- Jan 18, 2020
-
-
gatolynx authored
-
- Dec 05, 2019
-
-
Maxime Guyot authored
-
- Dec 02, 2019
-
-
Matthew Mosesohn authored
Change-Id: Ifd7dd7ce8778f4f1be2016cae8d74452173b5312
-
- Aug 29, 2019
-
-
Csergő Bálint authored
-
- Aug 14, 2019
-
-
Matthew Mosesohn authored
Change-Id: Ia3f30a1216b3ea063cd72c839ef6dff753cf10c6
-
- Apr 10, 2019
-
-
Remous-Aris Koutsiamanis authored
by making clusters with fewer than 3 nodes have only 1 etcd node
-
- Apr 05, 2019
-
-
Maxime Guyot authored
-
- Mar 29, 2019
-
-
tikitavi authored
-
- Mar 13, 2019
- Mar 12, 2019
-
-
tikitavi authored
- fix order of entries when the new yaml file is created - fix group in case there are no hosts in it
-
- Mar 07, 2019
-
-
tikitavi authored
-
- Feb 28, 2019
-
-
tikitavi authored
* rewrite inventory script to create inventory file in YAML format * minor fixes to inventory script * change requirments for the inventory script
-
- Feb 11, 2019
-
-
tikitavi authored
* fix error with delete host in inventory.py script * minor fix
-
- Feb 06, 2019
-
-
tikitavi authored
* add to inventory.py script ability to indicate ip ranges * add test for range2ip function for inventory.py script some fixes * add negative test for range2ip function for inventory.py script
-
- Dec 09, 2018
-
-
Đào Hoàng Sơn authored
Related to https://github.com/kubernetes-sigs/kubespray/pull/3684
-
- May 18, 2018
-
-
Paul Montero authored
-
- Feb 12, 2018
-
-
Wong Hoi Sing Edison authored
-
- Aug 18, 2017
-
-
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.
-
- Jun 23, 2017
-
-
Spencer Smith authored
-
- Jan 19, 2017
-
-
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).
-
- Dec 29, 2016
-
-
Matthew Mosesohn authored
-
- Dec 28, 2016
-
-
Matthew Mosesohn authored
-
- Dec 23, 2016
-
-
Matthew Mosesohn authored
Includes tox support for running unit tests. Small note added to getting-started guide for using inventory_builder.py Also adds manual-only unit test.
-