11 lines
330 B
YAML
11 lines
330 B
YAML
apiVersion: kubeproxy.config.k8s.io/v1alpha1
|
|
kind: KubeProxyConfiguration
|
|
# kube-proxy doesnt really support setting dynamic bind-address via config, replaced by cilium long-term anyways
|
|
metricsBindAddress: "0.0.0.0:10249"
|
|
mode: "iptables"
|
|
logging:
|
|
format: json
|
|
iptables:
|
|
localhostNodePorts: false
|
|
#nodePortAddresses: primary
|