mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 04:08:02 +03:00
Fix kube_hostname_override inconsistencies (#4185)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
db2b76a22a
commit
6878c2af4e
@@ -13,7 +13,7 @@ discovery:
|
||||
tlsBootstrapToken: {{ kubeadm_token }}
|
||||
caCertPath: {{ kube_cert_dir }}/ca.crt
|
||||
nodeRegistration:
|
||||
name: {{ inventory_hostname }}
|
||||
name: {{ kube_override_hostname }}
|
||||
{% if container_manager == 'crio' %}
|
||||
criSocket: /var/run/crio/crio.sock
|
||||
{% elif container_manager == 'rkt' %}
|
||||
|
||||
Reference in New Issue
Block a user