12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- apiVersion: kubeproxy.config.k8s.io/v1alpha1
- bindAddress: 0.0.0.0
- clientConnection:
- acceptContentTypes: ""
- burst: 10
- contentType: application/vnd.kubernetes.protobuf
- kubeconfig: ""
- qps: 5
- clusterCIDR: ""
- configSyncPeriod: 15m0s
- conntrack:
- maxPerCore: 32768
- min: 131072
- tcpCloseWaitTimeout: 1h0m0s
- tcpEstablishedTimeout: 24h0m0s
- detectLocalMode: ""
- enableProfiling: false
- healthzBindAddress: 0.0.0.0:10256
- hostnameOverride: ""
- iptables:
- masqueradeAll: false
- masqueradeBit: 14
- minSyncPeriod: 0s
- syncPeriod: 30s
- ipvs:
- excludeCIDRs: null
- minSyncPeriod: 0s
- scheduler: ""
- strictARP: false
- syncPeriod: 30s
- tcpFinTimeout: 0s
- tcpTimeout: 0s
- udpTimeout: 0s
- kind: KubeProxyConfiguration
- metricsBindAddress: 127.0.0.1:10249
- mode: ""
- nodePortAddresses: null
- oomScoreAdj: -999
- portRange: ""
- showHiddenMetricsForVersion: ""
- udpIdleTimeout: 250ms
- winkernel:
- enableDSR: false
- networkName: ""
- sourceVip: ""
|