Skip to content

Commit 47d961a

Browse files
authored
Merge pull request #39977 from jkh52/konnectivity-refresh
Konnectivity example refresh.
2 parents c247a10 + d922bb2 commit 47d961a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

content/en/examples/admin/konnectivity/konnectivity-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- key: "CriticalAddonsOnly"
2323
operator: "Exists"
2424
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
2626
name: konnectivity-agent
2727
command: ["/proxy-agent"]
2828
args: [

content/en/examples/admin/konnectivity/konnectivity-server.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ spec:
88
hostNetwork: true
99
containers:
1010
- 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
1212
command: ["/proxy-server"]
1313
args: [
1414
"--logtostderr=true",
1515
# This needs to be consistent with the value set in egressSelectorConfiguration.
1616
"--uds-name=/etc/kubernetes/konnectivity-server/konnectivity-server.socket",
17+
"--delete-existing-uds-file",
1718
# The following two lines assume the Konnectivity server is
1819
# deployed on the same machine as the apiserver, and the certs and
1920
# key of the API Server are at the specified location.

0 commit comments

Comments
 (0)