Skip to content

Commit

Permalink
Remove deprecated udpIdleTimeout field in KubeProxyConfiguration (kub…
Browse files Browse the repository at this point in the history
  • Loading branch information
HirazawaUi authored Mar 27, 2023
1 parent 8afd74c commit baed5f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions roles/kubernetes/control-plane/defaults/main/kube-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ mode: {{ kube_proxy_mode }}
nodePortAddresses: {{ kube_proxy_nodeport_addresses }}
oomScoreAdj: {{ kube_proxy_oom_score_adj }}
portRange: {{ kube_proxy_port_range }}
udpIdleTimeout: {{ kube_proxy_udp_idle_timeout }}
{% if kube_proxy_feature_gates or kube_feature_gates %}
{% set feature_gates = ( kube_proxy_feature_gates | default(kube_feature_gates, true) ) %}
featureGates:
Expand Down

0 comments on commit baed5f0

Please sign in to comment.