File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
content/en/examples/admin/konnectivity Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
22
- key : " CriticalAddonsOnly"
23
23
operator : " Exists"
24
24
containers :
25
- - image : us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-agent:v0.0.16
25
+ - image : us.gcr.io/k8s-artifacts-prod/kas-network-proxy/proxy-agent:v0.0.37
26
26
name : konnectivity-agent
27
27
command : ["/proxy-agent"]
28
28
args : [
Original file line number Diff line number Diff line change 8
8
hostNetwork : true
9
9
containers :
10
10
- name : konnectivity-server-container
11
- image : registry.k8s.io/kas-network-proxy/proxy-server:v0.0.32
11
+ image : registry.k8s.io/kas-network-proxy/proxy-server:v0.0.37
12
12
command : ["/proxy-server"]
13
13
args : [
14
14
" --logtostderr=true" ,
15
15
# This needs to be consistent with the value set in egressSelectorConfiguration.
16
16
" --uds-name=/etc/kubernetes/konnectivity-server/konnectivity-server.socket" ,
17
+ " --delete-existing-uds-file" ,
17
18
# The following two lines assume the Konnectivity server is
18
19
# deployed on the same machine as the apiserver, and the certs and
19
20
# key of the API Server are at the specified location.
You can’t perform that action at this time.
0 commit comments