mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +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:
		| @@ -14,7 +14,7 @@ spec: | |||||||
|     image: gcr.io/google-containers/proxy-server:v0.0.3 |     image: gcr.io/google-containers/proxy-server:v0.0.3 | ||||||
|     resources: |     resources: | ||||||
|       requests: |       requests: | ||||||
|         cpu: 40m |         cpu: 25m | ||||||
|     command: [ "/proxy-server"{{ konnectivity_args }} ] |     command: [ "/proxy-server"{{ konnectivity_args }} ] | ||||||
|     livenessProbe: |     livenessProbe: | ||||||
|       httpGet: |       httpGet: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jeffrey Ying
					Jeffrey Ying