Skip to content
Snippets Groups Projects
Unverified Commit 62ab4778 authored by Samuel Liu's avatar Samuel Liu Committed by GitHub
Browse files

remove kube_proxy_conntrack_max var (#7971)

parent 1edb7d77
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment