Created
September 8, 2017 18:22
-
-
Save dav1x/57e52dde9306001a177393fa98f46138 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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