Skip to content

Instantly share code, notes, and snippets.

@dav1x
Created September 8, 2017 18:22
Show Gist options
  • Save dav1x/57e52dde9306001a177393fa98f46138 to your computer and use it in GitHub Desktop.
Save dav1x/57e52dde9306001a177393fa98f46138 to your computer and use it in GitHub Desktop.
allowDisabledDocker: false
apiVersion: v1
dnsBindAddress: 127.0.0.1:53
dnsRecursiveResolvConf: /etc/origin/node/resolv.conf
dnsDomain: cluster.local
dnsIP: 10.19.114.226
dockerConfig:
execHandlerName: ""
iptablesSyncPeriod: "30s"
imageConfig:
format: openshift3/ose-${component}:${version}
latest: false
kind: NodeConfig
kubeletArguments:
cloud-config:
- /etc/vsphere/vsphere.conf
cloud-provider:
- vsphere
node-labels:
- role=master
masterClientConnectionOverrides:
acceptContentTypes: application/vnd.kubernetes.protobuf,application/json
contentType: application/vnd.kubernetes.protobuf
burst: 200
qps: 100
masterKubeConfig: system:node:master-0.vcenter.e2e.bos.redhat.com.kubeconfig
networkPluginName: redhat/openshift-ovs-subnet
# networkConfig struct introduced in origin 1.0.6 and OSE 3.0.2 which
# deprecates networkPluginName above. The two should match.
networkConfig:
mtu: 1450
networkPluginName: redhat/openshift-ovs-subnet
nodeName: master-0.vcenter.e2e.bos.redhat.com
podManifestConfig:
servingInfo:
bindAddress: 0.0.0.0:10250
certFile: server.crt
clientCA: ca.crt
keyFile: server.key
volumeDirectory: /var/lib/origin/openshift.local.volumes
proxyArguments:
proxy-mode:
- iptables
volumeConfig:
localQuota:
perFSGroup:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment