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>
This commit is contained in:
parent
dd4bc5fbfe
commit
fc57c0b27e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue