mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Create 64-core masters for huge clusters
This commit is contained in:
parent
4f6af5faa4
commit
af6480210e
@ -33,6 +33,9 @@ function get-master-size {
|
|||||||
if [[ "${NUM_NODES}" -gt "500" ]]; then
|
if [[ "${NUM_NODES}" -gt "500" ]]; then
|
||||||
suggested_master_size=32
|
suggested_master_size=32
|
||||||
fi
|
fi
|
||||||
|
if [[ "${NUM_NODES}" -gt "3000" ]]; then
|
||||||
|
suggested_master_size=64
|
||||||
|
fi
|
||||||
echo "${suggested_master_size}"
|
echo "${suggested_master_size}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user