Skip to content
Snippets Groups Projects
Unverified Commit fc57c0b2 authored by cleverhu's avatar cleverhu Committed by GitHub
Browse files

fix number node name can't be added (#9266)

parent dd4bc5fb
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ discovery:
tlsBootstrapToken: {{ kubeadm_token }}
caCertPath: {{ kube_cert_dir }}/ca.crt
nodeRegistration:
name: {{ kube_override_hostname }}
name: '{{ kube_override_hostname }}'
criSocket: {{ cri_socket }}
{% if 'calico_rr' in group_names and 'kube_node' not in group_names %}
taints:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment