mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Upgrade ANP components to v0.0.20.
Pick up new metrics to help with debugging and monitoring. Pick up GRPC keep alive on frontend tunnel. Server now using apps/options.
This commit is contained in:
parent
106f416873
commit
9f7d61c520
@ -25,7 +25,7 @@ spec:
|
||||
nodeSelector:
|
||||
kubernetes.io/os: linux
|
||||
containers:
|
||||
- image: k8s.gcr.io/kas-network-proxy/proxy-agent:v0.0.19
|
||||
- image: k8s.gcr.io/kas-network-proxy/proxy-agent:v0.0.20
|
||||
name: konnectivity-agent
|
||||
command: ["/proxy-agent"]
|
||||
args: [
|
||||
|
@ -20,7 +20,7 @@ spec:
|
||||
{{ disallow_privilege_escalation}}
|
||||
{{ capabilities }}
|
||||
{{ drop_capabilities }}
|
||||
image: k8s.gcr.io/kas-network-proxy/proxy-server:v0.0.19
|
||||
image: k8s.gcr.io/kas-network-proxy/proxy-server:v0.0.20
|
||||
resources:
|
||||
requests:
|
||||
cpu: 25m
|
||||
|
Loading…
Reference in New Issue
Block a user