mirror of https://github.com/k3s-io/k3s
Create 64-core masters for huge clusters
parent
4f6af5faa4
commit
af6480210e
|
@ -33,6 +33,9 @@ function get-master-size {
|
|||
if [[ "${NUM_NODES}" -gt "500" ]]; then
|
||||
suggested_master_size=32
|
||||
fi
|
||||
if [[ "${NUM_NODES}" -gt "3000" ]]; then
|
||||
suggested_master_size=64
|
||||
fi
|
||||
echo "${suggested_master_size}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue