- Sep 25, 2017
-
-
Junaid Ali authored
Signed-off-by:
Junaid Ali <junaidali.yahya@gmail.com>
-
- Sep 18, 2017
-
-
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)
-
- Sep 11, 2017
-
-
Matthew Mosesohn authored
-
- Sep 10, 2017
-
-
Matthew Mosesohn authored
* Add kube dashboard, enabled by default Also add rbac role for kube user * Update main.yml
-
- Sep 06, 2017
-
-
Matthew Mosesohn authored
Removed unnecessary root user
-
- 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
-