mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 22:01:06 +00:00 
			
		
		
		
	Merge pull request #88863 from caesarxuchao/0.0.8
Use the v0.0.8 network proxy images
This commit is contained in:
		| @@ -23,7 +23,7 @@ spec: | |||||||
|         - key: "CriticalAddonsOnly" |         - key: "CriticalAddonsOnly" | ||||||
|           operator: "Exists" |           operator: "Exists" | ||||||
|       containers: |       containers: | ||||||
|         - image: us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-agent:v0.0.7 |         - image: us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-agent:v0.0.8 | ||||||
|           name: konnectivity-agent |           name: konnectivity-agent | ||||||
|           command: ["/proxy-agent"] |           command: ["/proxy-agent"] | ||||||
|           args: [ |           args: [ | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ spec: | |||||||
|   hostNetwork: true |   hostNetwork: true | ||||||
|   containers: |   containers: | ||||||
|   - name: konnectivity-server-container |   - name: konnectivity-server-container | ||||||
|     image: us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-server:v0.0.7 |     image: us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-server:v0.0.8 | ||||||
|     resources: |     resources: | ||||||
|       requests: |       requests: | ||||||
|         cpu: 25m |         cpu: 25m | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user