Matthew Mosesohn
943aaf84e5
Update getting-started.md
7 years ago
Matthew Mosesohn
9fa1873a65
Add kube dashboard, enabled by default ( #1643 )
* Add kube dashboard, enabled by default
Also add rbac role for kube user
* Update main.yml
7 years ago
Matthew Mosesohn
7117614ee5
Use a generated password for kube user ( #1624 )
Removed unnecessary root user
7 years ago
Spencer Smith
83265b7f75
renaming kargo-cli to kubespray-cli
7 years ago
Spencer Smith
8203383c03
rename almost all mentions of kargo
7 years ago
Spencer Smith
16b10b026b
add scale.yml to do minimum needed for a node bootstrap
7 years ago
Spencer Smith
18a42e4b38
add scale.yml to do minimum needed for a node bootstrap
7 years ago
Justin
9503434d53
Fix IPS array variable expansion
$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
7 years ago
Kopylov German
d197ce230f
Fix cluster.yml file extension in docs
7 years ago
Hung Nguyen Viet
d8f46c4410
Highlight important action
7 years ago
Hung Nguyen Viet
d0757ccc5e
Fix typo
7 years ago
Matthew Mosesohn
f742fc3dd1
Add scale thresholds to split etcd and k8s-masters
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).
7 years ago
Bogdan Dobrelya
caab0cdf27
Docs updates
Fix mismatching inventory examples.
Add command examples.
Clarify groups use cases.
Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
7 years ago
Bogdan Dobrelya
6fb6947feb
Fix inventory generator link
Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
7 years ago
Matthew Mosesohn
7b86b87dca
Add inventory builder python script
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.
8 years ago
Smaine Kahlouch
585102ee20
add documentation
8 years ago