mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Fix kubelet kmsg
This commit is contained in:
parent
a0b01e6117
commit
e3cd6b4b65
@ -69,6 +69,7 @@ resource "lxd_container" "kubernetes_controllers" {
|
||||
systemctl daemon-reload
|
||||
systemctl enable --now kubelet
|
||||
apt-get install -y linux-image-$(uname -r)
|
||||
mknod /dev/kmsg c 1 11
|
||||
kubeadm init
|
||||
'
|
||||
EXEC
|
||||
|
Loading…
Reference in New Issue
Block a user