adamant-kite-43734
05/28/2026, 8:03 AMpurple-yak-72507
05/28/2026, 8:17 AM/etc/rancher/rke2/config.yaml.d/50-rancher.yaml
And this contains:
"container-runtime-endpoint=unix:///run/k3s/containerd/containerd.sock"
So that has to be it. The question is, how did the drop-in come to be? 🙂purple-yak-72507
05/28/2026, 8:30 AMpurple-yak-72507
05/28/2026, 8:31 AMmachineSelectorConfig:
- config:
kubelet-arg:
- image-gc-low-threshold=70
- image-gc-high-threshold=75
- registry-qps=10
- registry-burst=20
- >-
container-runtime-endpoint=unix:///run/k3s/containerd/containerd.sock
protect-kernel-defaults: false
So maybe this part is overriding the rke2 config.yaml on the node, which maybe was editing manually, I'm not sure.purple-yak-72507
05/28/2026, 8:35 AMpurple-yak-72507
05/28/2026, 8:37 AMpurple-yak-72507
05/28/2026, 8:54 AM- >-
container-runtime-endpoint=unix:///run/k3s/containerd/containerd.sock
from the cluster configuration worked and the worker node works again. I wonder how that line ended up there 🙂creamy-pencil-82913
05/28/2026, 9:16 AMpurple-yak-72507
05/28/2026, 9:25 AMpurple-yak-72507
05/28/2026, 6:47 PMcreamy-pencil-82913
05/28/2026, 7:13 PMcreamy-pencil-82913
05/28/2026, 7:14 PMpurple-yak-72507
05/28/2026, 7:53 PM