You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug:
While debugging gvisor not launching on control-plane nodes, i noticed strange behaviour of k3s-generated containerd config. I add some gvisor-related records (here is template, just in case). So template gets picked up at launch and generates configs. Now for interesting part.
Here is master config:
OSes are same, kernels are same, all rolled from same ansible role, without major differences. There is some differences in k3s config.yaml, but master have some stuff disabled and so on. Same k3s versions, obviously.
So why SystemdCgroup is different, true on workers and false on masters?
Steps To Reproduce:
Installed K3s
Copied template so k3s will produce readable config
Noticed differences
Expected behavior:
Configs should be same?
Actual behavior:
Configs are not same
Additional context / logs:
Backporting
Needs backporting to older releases
The text was updated successfully, but these errors were encountered:
Environmental Info:
K3s Version:
Node(s) CPU architecture, OS, and Version:
Cluster Configuration:
3 masters, embedded etcd, 5 workers
Describe the bug:
While debugging gvisor not launching on control-plane nodes, i noticed strange behaviour of k3s-generated containerd config. I add some gvisor-related records (here is template, just in case). So template gets picked up at launch and generates configs. Now for interesting part.
Here is master config:
And here is worker:
OSes are same, kernels are same, all rolled from same ansible role, without major differences. There is some differences in k3s config.yaml, but master have some stuff disabled and so on. Same k3s versions, obviously.
So why SystemdCgroup is different, true on workers and false on masters?
Steps To Reproduce:
Expected behavior:
Configs should be same?
Actual behavior:
Configs are not same
Additional context / logs:
Backporting
The text was updated successfully, but these errors were encountered: