mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Reduce default CPU requirement for konnectivity server
Our network proxy [e2e job](https://k8s-testgrid.appspot.com/sig-api-machinery-network-proxy#ci-kubernetes-e2e-gci-gce-network-proxy) is failing because we are requesting more resources than available on the system. The test clusters are consuming exactly 970m CPU resources without the konnectivity-server pod. Requesting 40m exceeds the 1000m limit and causes all tests to fail.
This commit is contained in:
parent
b1aff7832d
commit
2eb48f6049
@ -14,7 +14,7 @@ spec:
|
||||
image: gcr.io/google-containers/proxy-server:v0.0.3
|
||||
resources:
|
||||
requests:
|
||||
cpu: 40m
|
||||
cpu: 25m
|
||||
command: [ "/proxy-server"{{ konnectivity_args }} ]
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
Loading…
Reference in New Issue
Block a user