mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +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:
|
nodeSelector:
|
||||||
kubernetes.io/os: linux
|
kubernetes.io/os: linux
|
||||||
containers:
|
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
|
name: konnectivity-agent
|
||||||
command: ["/proxy-agent"]
|
command: ["/proxy-agent"]
|
||||||
args: [
|
args: [
|
||||||
|
@ -20,7 +20,7 @@ spec:
|
|||||||
{{ disallow_privilege_escalation}}
|
{{ disallow_privilege_escalation}}
|
||||||
{{ capabilities }}
|
{{ capabilities }}
|
||||||
{{ drop_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:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 25m
|
cpu: 25m
|
||||||
|
Loading…
Reference in New Issue
Block a user