14 lines
439 B
Text
14 lines
439 B
Text
|
apiVersion: kubeadm.k8s.io/v1alpha2
|
||
|
kind: NodeConfiguration
|
||
|
clusterName: {{ cluster_name }}
|
||
|
discoveryFile: ""
|
||
|
caCertPath: {{ kube_config_dir }}/ssl/ca.crt
|
||
|
discoveryToken: {{ kubeadm_token }}
|
||
|
tlsBootstrapToken: {{ kubeadm_token }}
|
||
|
token: {{ kubeadm_token }}
|
||
|
discoveryTokenAPIServers:
|
||
|
- {{ kubeadm_discovery_address | replace("https://", "")}}
|
||
|
discoveryTokenUnsafeSkipCAVerification: true
|
||
|
nodeRegistration:
|
||
|
name: {{ inventory_hostname }}
|