fix number node name can't be added (#9266)
Signed-off-by: cleverhu <shouping.hu@daocloud.io> Signed-off-by: cleverhu <shouping.hu@daocloud.io>pull/9274/head
parent
dd4bc5fbfe
commit
fc57c0b27e
|
@ -19,7 +19,7 @@ discovery:
|
||||||
tlsBootstrapToken: {{ kubeadm_token }}
|
tlsBootstrapToken: {{ kubeadm_token }}
|
||||||
caCertPath: {{ kube_cert_dir }}/ca.crt
|
caCertPath: {{ kube_cert_dir }}/ca.crt
|
||||||
nodeRegistration:
|
nodeRegistration:
|
||||||
name: {{ kube_override_hostname }}
|
name: '{{ kube_override_hostname }}'
|
||||||
criSocket: {{ cri_socket }}
|
criSocket: {{ cri_socket }}
|
||||||
{% if 'calico_rr' in group_names and 'kube_node' not in group_names %}
|
{% if 'calico_rr' in group_names and 'kube_node' not in group_names %}
|
||||||
taints:
|
taints:
|
||||||
|
|
Loading…
Reference in New Issue