...
1apiVersion: kubeproxy.config.k8s.io/v1alpha1
2bindAddress: 0.0.0.0
3bindAddressHardFail: false
4clientConnection:
5 acceptContentTypes: ""
6 burst: 10
7 contentType: application/vnd.kubernetes.protobuf
8 kubeconfig: ""
9 qps: 5
10clusterCIDR: ""
11configSyncPeriod: 15m0s
12conntrack:
13 maxPerCore: 32768
14 min: 131072
15 tcpBeLiberal: false
16 tcpCloseWaitTimeout: 1h0m0s
17 tcpEstablishedTimeout: 24h0m0s
18 udpStreamTimeout: 0s
19 udpTimeout: 0s
20detectLocal:
21 bridgeInterface: ""
22 interfaceNamePrefix: ""
23detectLocalMode: ""
24enableProfiling: false
25healthzBindAddress: 0.0.0.0:10256
26hostnameOverride: ""
27iptables:
28 localhostNodePorts: true
29 masqueradeAll: false
30 masqueradeBit: 14
31 minSyncPeriod: 1s
32 syncPeriod: 30s
33ipvs:
34 excludeCIDRs: null
35 minSyncPeriod: 0s
36 scheduler: ""
37 strictARP: false
38 syncPeriod: 30s
39 tcpFinTimeout: 0s
40 tcpTimeout: 0s
41 udpTimeout: 0s
42kind: KubeProxyConfiguration
43logging:
44 flushFrequency: 5s
45 format: text
46 options:
47 json:
48 infoBufferSize: "0"
49 text:
50 infoBufferSize: "0"
51 verbosity: 0
52metricsBindAddress: 127.0.0.1:10249
53mode: ""
54nftables:
55 masqueradeAll: false
56 masqueradeBit: 14
57 minSyncPeriod: 1s
58 syncPeriod: 30s
59nodePortAddresses: null
60oomScoreAdj: -999
61portRange: ""
62showHiddenMetricsForVersion: ""
63winkernel:
64 enableDSR: false
65 forwardHealthCheckVip: false
66 networkName: ""
67 rootHnsEndpointName: ""
68 sourceVip: ""
View as plain text