mirror of https://github.com/easzlab/kubeasz.git
16 lines
499 B
Plaintext
16 lines
499 B
Plaintext
|
kind: KubeProxyConfiguration
|
||
|
apiVersion: kubeproxy.config.k8s.io/v1alpha1
|
||
|
bindAddress: {{ inventory_hostname }}
|
||
|
clientConnection:
|
||
|
kubeconfig: "/etc/kubernetes/kube-proxy.kubeconfig"
|
||
|
clusterCIDR: "{{ CLUSTER_CIDR }}"
|
||
|
conntrack:
|
||
|
maxPerCore: 32768
|
||
|
min: 131072
|
||
|
tcpCloseWaitTimeout: 1h0m0s
|
||
|
tcpEstablishedTimeout: 24h0m0s
|
||
|
healthzBindAddress: {{ inventory_hostname }}:10256
|
||
|
hostnameOverride: "{{ inventory_hostname }}"
|
||
|
metricsBindAddress: {{ inventory_hostname }}:10249
|
||
|
mode: "{{ PROXY_MODE }}"
|