Remove deprecated udpIdleTimeout field in KubeProxyConfiguration (#9925)

This commit is contained in:
HirazawaUi
2023-03-27 17:05:55 +08:00
committed by GitHub
parent 8afd74ce1f
commit baed5f0b32
2 changed files with 1 additions and 6 deletions

View File

@@ -111,8 +111,4 @@ kube_proxy_oom_score_adj: -999
# portRange is the range of host ports (beginPort-endPort, inclusive) that may be consumed
# in order to proxy service traffic. If unspecified, 0, or (0-0) then ports will be randomly chosen.
kube_proxy_port_range: ''
# udpIdleTimeout is how long an idle UDP connection will be kept open (e.g. '250ms', '2s').
# Must be greater than 0. Only applicable for proxyMode=userspace.
kube_proxy_udp_idle_timeout: 250ms
kube_proxy_port_range: ''