Skip to content

Commit

Permalink
Configure Guaranteed Pod QoS for pull-kubernetes-e2e-kind
Browse files Browse the repository at this point in the history
Set resources limits and requests as suggested.

Ref: kubernetes#18591
Part of: kubernetes#18530

Signed-off-by: Arnaud Meukam <[email protected]>
  • Loading branch information
ameukam committed Aug 6, 2020
1 parent 7c36e7f commit 5c8a013
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1203,8 +1203,11 @@ presubmits:
image: gcr.io/k8s-testimages/kubekins-e2e:v20200802-ff98b58-1.16
name: ""
resources:
limits:
cpu: 4
memory: 9000Mi
requests:
cpu: "2"
cpu: 4
memory: 9000Mi
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1305,8 +1305,11 @@ presubmits:
image: gcr.io/k8s-testimages/kubekins-e2e:v20200802-ff98b58-1.17
name: ""
resources:
limits:
cpu: 4
memory: 9000Mi
requests:
cpu: "2"
cpu: 4
memory: 9000Mi
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1447,8 +1447,11 @@ presubmits:
image: gcr.io/k8s-testimages/krte:v20200726-f8d6253-1.18
name: ""
resources:
limits:
cpu: 4
memory: 9000Mi
requests:
cpu: "2"
cpu: 4
memory: 9000Mi
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1406,8 +1406,11 @@ presubmits:
image: gcr.io/k8s-testimages/krte:v20200726-f8d6253-1.19
name: ""
resources:
limits:
cpu: 4
memory: 9000Mi
requests:
cpu: 7400m
cpu: 4
memory: 9000Mi
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ presubmits:
securityContext:
privileged: true
resources:
limits:
cpu: 7400m
memory: 9000Mi
requests:
memory: "9000Mi"
cpu: 7400m
memory: 9000Mi
annotations:
testgrid-num-failures-to-alert: '10'
testgrid-alert-stale-results-hours: '24'
Expand Down

0 comments on commit 5c8a013

Please sign in to comment.