* ClusterSingletonManagerSpec is failing with Artery aeron-udp because of starvation slowness * we use 5 nodes with 4 vCPU each * ClusterSingletonManagerSpec uses 8 pods * my thinking is that with the previous cpu request 1 it might schedule too many pods on the same node (if it doesn't distribute them evenly) * with this new cpu request it should still be able to schedule 2 pods per node and that covers all tests except the StressSpec, which is anyway disabled * also changed to n2 series and reduced idle-cpu-level
This commit is contained in:
parent
5e2c9dc517
commit
d90532bc56
3 changed files with 5 additions and 4 deletions
|
|
@ -64,7 +64,7 @@ gcloud container clusters create $CLUSTER_NAME \
|
|||
--cluster-version $CLUSTER_VERSION \
|
||||
--enable-ip-alias \
|
||||
--image-type cos \
|
||||
--machine-type n1-standard-4 \
|
||||
--machine-type n2-standard-4 \
|
||||
--num-nodes 5 \
|
||||
--no-enable-autoupgrade
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue