adjust cpu requests for failing ClusterSingletonManagerSpec, #30253 (#30873)

* 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:
Patrik Nordwall 2021-11-10 16:29:06 +01:00 committed by GitHub
parent 5e2c9dc517
commit d90532bc56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View file

@ -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