Created
August 24, 2017 17:29
-
-
Save smarterclayton/e67d53f89b0a93a1f61a947eb05980dd to your computer and use it in GitHub Desktop.
node-config.yaml
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 | |
| authConfig: | |
| authenticationCacheSize: 1000 | |
| authenticationCacheTTL: 5m | |
| authorizationCacheSize: 1000 | |
| authorizationCacheTTL: 5m | |
| dnsBindAddress: 10.192.208.5:53 | |
| dnsDomain: cluster.local | |
| dnsIP: 10.192.208.5 | |
| dnsNameservers: null | |
| dnsRecursiveResolvConf: "" | |
| dockerConfig: | |
| dockerShimRootDirectory: /var/lib/dockershim | |
| dockerShimSocket: /var/run/dockershim.sock | |
| execHandlerName: native | |
| enableUnidling: true | |
| imageConfig: | |
| format: openshift/origin-${component}:${version} | |
| latest: false | |
| iptablesSyncPeriod: 30s | |
| kind: NodeConfig | |
| masterClientConnectionOverrides: | |
| acceptContentTypes: application/vnd.kubernetes.protobuf,application/json | |
| burst: 40 | |
| contentType: application/vnd.kubernetes.protobuf | |
| qps: 20 | |
| masterKubeConfig: node.kubeconfig | |
| networkConfig: | |
| mtu: 1450 | |
| networkPluginName: "" | |
| nodeIP: "" | |
| nodeName: ovpn-120-2.rdu2.redhat.com | |
| podManifestConfig: null | |
| servingInfo: | |
| bindAddress: 0.0.0.0:10250 | |
| bindNetwork: tcp4 | |
| certFile: server.crt | |
| clientCA: node-client-ca.crt | |
| keyFile: server.key | |
| namedCertificates: null | |
| volumeConfig: | |
| localQuota: | |
| perFSGroup: null | |
| volumeDirectory: /Volumes/development/projects/origin/src/github.com/openshift/origin/openshift.local.volumes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment