mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Fix controls module not found
This commit is contained in:
parent
1df7017c6f
commit
066e9ac2e9
@ -68,6 +68,7 @@ resource "lxd_container" "kubernetes_controllers" {
|
||||
apt-mark hold kubelet kubeadm kubectl
|
||||
systemctl daemon-reload
|
||||
systemctl enable --now kubelet
|
||||
apt-get install -y linux-image-$(uname -r)
|
||||
kubeadm init
|
||||
'
|
||||
EXEC
|
||||
|
Loading…
Reference in New Issue
Block a user