node-config.yaml.j2 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. kind: NodeConfig
  2. apiVersion: v1
  3. authConfig:
  4. authenticationCacheSize: 1000
  5. authenticationCacheTTL: 5m
  6. authorizationCacheSize: 1000
  7. authorizationCacheTTL: 5m
  8. dnsBindAddress: "127.0.0.1:53"
  9. dnsDomain: cluster.local
  10. dnsIP: 0.0.0.0
  11. dnsNameservers: null
  12. dnsRecursiveResolvConf: /etc/origin/node/resolv.conf
  13. dockerConfig:
  14. dockerShimRootDirectory: /var/lib/dockershim
  15. dockerShimSocket: /var/run/dockershim.sock
  16. execHandlerName: native
  17. enableUnidling: true
  18. imageConfig:
  19. format: "{{ openshift_imageconfig_format }}"
  20. latest: false
  21. iptablesSyncPeriod: 30s
  22. kubeletArguments:
  23. {% if openshift_use_crio | bool %}
  24. container-runtime:
  25. - remote
  26. container-runtime-endpoint:
  27. - {{ l_crio_var_sock }}
  28. image-service-endpoint:
  29. - {{ l_crio_var_sock }}
  30. runtime-request-timeout:
  31. - 10m
  32. {% endif %}
  33. pod-manifest-path:
  34. - /etc/origin/node/pods
  35. bootstrap-kubeconfig:
  36. - /etc/origin/node/bootstrap.kubeconfig
  37. feature-gates:
  38. - RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true
  39. {% if openshift_node_group_use_persistentlocalvolumes | bool %}
  40. - PersistentLocalVolumes=true
  41. - VolumeScheduling=true
  42. {% endif %}
  43. rotate-certificates:
  44. - "true"
  45. cert-dir:
  46. - /etc/origin/node/certificates
  47. {% if openshift_node_group_cloud_provider != '' %}
  48. cloud-config:
  49. - /etc/origin/cloudprovider/{{ openshift_node_group_cloud_provider }}.conf
  50. cloud-provider:
  51. - {{ openshift_node_group_cloud_provider }}
  52. {% endif %}
  53. {% if l_openshift_node_group_labels != [] %}
  54. node-labels:
  55. - < this is always modified via yedit: openshift_node_labels_edit >
  56. {% endif %}
  57. enable-controller-attach-detach:
  58. - 'true'
  59. masterClientConnectionOverrides:
  60. acceptContentTypes: application/vnd.kubernetes.protobuf,application/json
  61. burst: 40
  62. contentType: application/vnd.kubernetes.protobuf
  63. qps: 20
  64. masterKubeConfig: node.kubeconfig
  65. networkConfig:
  66. mtu: {{ openshift.node.sdn_mtu }}
  67. networkPluginName: {{ openshift_node_group_network_plugin }}
  68. servingInfo:
  69. bindAddress: 0.0.0.0:10250
  70. bindNetwork: tcp4
  71. clientCA: client-ca.crt
  72. volumeConfig:
  73. localQuota:
  74. perFSGroup: null
  75. volumeDirectory: {{ openshift_node_group_node_data_dir }}/openshift.local.volumes