mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
cluster_name is to be set in initConfiguration too (#3661)
This commit is contained in:
committed by
k8s-ci-robot
parent
89ac53acd7
commit
77d705ca9f
@@ -18,6 +18,7 @@ nodeRegistration:
|
|||||||
---
|
---
|
||||||
apiVersion: kubeadm.k8s.io/v1alpha3
|
apiVersion: kubeadm.k8s.io/v1alpha3
|
||||||
kind: ClusterConfiguration
|
kind: ClusterConfiguration
|
||||||
|
clusterName: {{ cluster_name }}
|
||||||
etcd:
|
etcd:
|
||||||
external:
|
external:
|
||||||
endpoints:
|
endpoints:
|
||||||
|
|||||||
Reference in New Issue
Block a user