- Jun 23, 2017
-
-
Spencer Smith authored
-
- Jun 16, 2017
-
-
Spencer Smith authored
-
- May 29, 2017
-
-
Spencer Smith authored
-
- May 24, 2017
-
-
Spencer Smith authored
-
- Apr 18, 2017
-
-
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
-
- Feb 26, 2017
-
-
Kopylov German authored
-
- Feb 14, 2017
-
-
Hung Nguyen Viet authored
-
Hung Nguyen Viet 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).
-
- Jan 11, 2017
-
-
Bogdan Dobrelya authored
Fix mismatching inventory examples. Add command examples. Clarify groups use cases. Signed-off-by:
Bogdan Dobrelya <bogdando@mail.ru>
-
- Jan 10, 2017
-
-
Bogdan Dobrelya authored
Signed-off-by:
Bogdan Dobrelya <bogdando@mail.ru>
-
- 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.
-
- Jul 04, 2016
-
-
Smaine Kahlouch authored
-