corneliusweig / kubernetes-lxd

A step-by-step guide to get kubernetes running inside an LXC container
295 stars 52 forks source link

Provide alternate setup for /dev/kmsg #11

Closed swarren closed 3 years ago

swarren commented 3 years ago

Linking /dev/kmsg to /dev/console can cause systemd-journald to enter an infinite loop, continually reading from one and writing to the other. Provide alternative instructions to link /dev/kmsg to /dev/null, which can be used to avoid this situation.

corneliusweig commented 3 years ago

Thank you, this looks great!