Browse Source

cluster_name is to be set in initConfiguration too (#3661)

pull/3664/head
Erwan Miran 6 years ago
committed by k8s-ci-robot
parent
commit
77d705ca9f
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/kubernetes/master/templates/kubeadm-config.v1alpha3.yaml.j2

1
roles/kubernetes/master/templates/kubeadm-config.v1alpha3.yaml.j2

@ -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:

|||||||
100:0
Loading…
Cancel
Save