Init with kubeadm

This commit is contained in:
Khue Doan 2020-07-27 11:31:44 +07:00
parent 972c7acaa2
commit c5f0838c82

View File

@ -69,6 +69,7 @@ resource "lxd_container" "kubernetes_controllers" {
apt-mark hold kubelet kubeadm kubectl
systemctl daemon-reload
systemctl enable --now kubelet
kubeadm init
'
EXEC
}