Skip to content

Instantly share code, notes, and snippets.

@pweil-
Created March 20, 2017 18:41
Show Gist options
  • Save pweil-/4ea4b7d23c7ef6c52442682203abeb94 to your computer and use it in GitHub Desktop.
Save pweil-/4ea4b7d23c7ef6c52442682203abeb94 to your computer and use it in GitHub Desktop.
extended args
[pweil@localhost origin]$ cat openshift.local.config/node-localhost.localdomain/node-config.yaml
allowDisabledDocker: false
apiVersion: v1
authConfig:
authenticationCacheSize: 1000
authenticationCacheTTL: 5m
authorizationCacheSize: 1000
authorizationCacheTTL: 5m
dnsBindAddress: 192.168.1.104:53
dnsDomain: cluster.local
dnsIP: 192.168.1.104
dnsNameservers: null
dockerConfig:
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: localhost.localdomain
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: /openshift-volumes
kubeletArguments:
feature-gates:
- "ExperimentalHostUserNamespaceDefaulting=true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment