Skip to content

Commit

Permalink
remove kube_proxy_conntrack_max var (#7971)
Browse files Browse the repository at this point in the history
  • Loading branch information
liupeng0518 authored and mmelyp committed Nov 15, 2021
1 parent 277d661 commit 0fe1733
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions roles/kubernetes/control-plane/defaults/main/kube-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ kube_proxy_client_qps: 5
kube_proxy_config_sync_period: 15m0s

### Conntrack
# max is the maximum number of NAT connections to track (0 to
# leave as-is). This takes precedence over maxPerCore and min.
kube_proxy_conntrack_max: 'null'

# maxPerCore is the maximum number of NAT connections to track
# per CPU core (0 to leave the limit as-is and ignore min).
kube_proxy_conntrack_max_per_core: 32768
Expand Down

0 comments on commit 0fe1733

Please sign in to comment.