1
0
Fork 0
home-stack-ansible/roles/k3s/files/rc.local

11 lines
339 B
Plaintext
Raw Permalink Normal View History

2021-12-15 01:55:52 +00:00
#!/bin/sh -e
# Kubeadm 1.15 needs /dev/kmsg to be there, but it's not in lxc, but we can just use /dev/console instead
# see: https://github.com/kubernetes-sigs/kind/issues/662
if [ ! -e /dev/kmsg ]; then
ln -s /dev/console /dev/kmsg
fi
# https://medium.com/@kvaps/run-kubernetes-in-lxc-container-f04aa94b6c9c
mount --make-rshared /