Merge pull request #125083 from azimjohn/master

Bump konnectivity-client to v0.30.3
This commit is contained in:
Kubernetes Prow Robot
2024-06-12 14:47:11 -07:00
committed by GitHub
24 changed files with 34 additions and 33 deletions

View File

@@ -27,7 +27,7 @@ spec:
nodeSelector:
kubernetes.io/os: linux
containers:
- image: registry.k8s.io/kas-network-proxy/proxy-agent:v0.29.0
- image: registry.k8s.io/kas-network-proxy/proxy-agent:v0.30.3
name: konnectivity-agent
command: ["/proxy-agent"]
args: [
@@ -39,6 +39,7 @@ __EXTRA_PARAMS__
"--sync-interval=5s",
"--sync-interval-cap=30s",
"--probe-interval=5s",
"--keepalive-time=60s",
"--service-account-token-path=/var/run/secrets/tokens/konnectivity-agent-token",
"--agent-identifiers=ipv4=$(HOST_IP)"
]

View File

@@ -20,7 +20,7 @@ spec:
{{ disallow_privilege_escalation}}
{{ capabilities }}
{{ drop_capabilities }}
image: registry.k8s.io/kas-network-proxy/proxy-server:v0.29.0
image: registry.k8s.io/kas-network-proxy/proxy-server:v0.30.3
resources:
requests:
cpu: 25m