cluster_name is to be set in initConfiguration too (#3661)
This commit is contained in:
parent
89ac53acd7
commit
77d705ca9f
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ nodeRegistration:
|
|||
---
|
||||
apiVersion: kubeadm.k8s.io/v1alpha3
|
||||
kind: ClusterConfiguration
|
||||
clusterName: {{ cluster_name }}
|
||||
etcd:
|
||||
external:
|
||||
endpoints:
|
||||
|
|
Loading…
Reference in a new issue