forked from openshift/origin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault-node-config.yaml
51 lines (51 loc) · 1.27 KB
/
default-node-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
allowDisabledDocker: false
apiVersion: v1
authConfig:
authenticationCacheSize: 1000
authenticationCacheTTL: 5m
authorizationCacheSize: 1000
authorizationCacheTTL: 5m
dnsDomain: cluster.local
dnsIP: 0.0.0.0
dnsBindAddress: 0.0.0.0:53
dnsRecursiveResolvConf: ""
dockerConfig:
dockerShimRootDirectory: /var/lib/dockershim
dockerShimSocket: /var/run/kubernetes/dockershim.sock
execHandlerName: native
enableUnidling: true
imageConfig:
format: openshift/origin-${component}:${version}
latest: false
iptablesSyncPeriod: 30s
kind: NodeConfig
kubeletArguments:
cert-dir:
- ./certificates
feature-gates:
- RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true
masterClientConnectionOverrides:
acceptContentTypes: application/vnd.kubernetes.protobuf,application/json
burst: 40
contentType: application/vnd.kubernetes.protobuf
qps: 20
masterKubeConfig: node.kubeconfig
networkConfig:
mtu: 1450
networkPluginName: redhat/openshift-ovs-multitenant
nodeIP: ""
proxyArguments:
healthz-bind-address:
- 0.0.0.0
healthz-port:
- "10256"
metrics-bind-address:
- 0.0.0.0:10257
servingInfo:
bindAddress: 0.0.0.0:10250
bindNetwork: tcp4
namedCertificates: null
volumeConfig:
localQuota:
perFSGroup: null
volumeDirectory: /var/lib/origin/volumes