This message was deleted.
# k3s
a
This message was deleted.
c
I would probably check the ulimit settings on your node. You might need to raise the maximum number of open file descriptors (
ulimit -n
)
The systemd unit that the k3s installer generates already has a pretty high limit though, so if you’re hitting that, something else might be going on… https://github.com/k3s-io/k3s/blob/master/install.sh#L792
1
212 Views