Skip to content

Commit

Permalink
Upload the certs if upgrading to multi-master
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilW committed Apr 30, 2020
1 parent 7c1e31d commit 6d129c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/templates/install-master
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ install() {
install_ca

echo "Running kubeadm init"
sudo kubeadm init --config $HOME/install/kubeadm.conf
sudo kubeadm init --upload-certs --config $HOME/install/kubeadm.conf

ensure_certs_in_kubelet_config
retry 5 sudo systemctl restart kubelet
Expand Down

0 comments on commit 6d129c5

Please sign in to comment.