blue-ghost-83619
08/20/2025, 7:20 PM/sys/fs/cgroup/cpu,cpuacct/cpu.cfs_quota_us
is set to -1
in our environment, so cpu limits simply aren't supported. We have a nearly identical set of e2e tests that we have been running for a long period of time using kind
that doesn't present this issue. Are you aware of any known issues with this type of setup? I'm happy to provide additional information as requested. Thanks in advance for the assist!blue-ghost-83619
08/20/2025, 7:34 PMcheck-config
tool shows:
INFO[0000] Acquiring lock file /opt/buildkite-agent/.rancher/k3s/data/.lock
INFO[0000] Preparing data dir /opt/buildkite-agent/.rancher/k3s/data/8460fc4df8e204d507e141d109ea776ef78412e65121eeb3cf7c67ee581d699f
cat: /sys/kernel/security/apparmor/profiles: Permission denied
Verifying binaries in /opt/buildkite-agent/.rancher/k3s/data/8460fc4df8e204d507e141d109ea776ef78412e65121eeb3cf7c67ee581d699f/bin:
- sha256sum: good
- links: good
System:
- /usr/sbin iptables v1.8.4 (legacy): ok
- swap: disabled
- routes: ok
Limits:
- /proc/sys/kernel/keys/root_maxkeys: 1000000
modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1083-gcp
info: reading kernel config from /boot/config-5.15.0-1083-gcp ...
Generally Necessary:
- cgroup hierarchy: cgroups Hybrid mounted, cpuset|memory controllers status: good
- /usr/sbin/apparmor_parser
apparmor: enabled and tools installed
- CONFIG_NAMESPACES: enabled
- CONFIG_NET_NS: enabled
- CONFIG_PID_NS: enabled
- CONFIG_IPC_NS: enabled
- CONFIG_UTS_NS: enabled
- CONFIG_CGROUPS: enabled
- CONFIG_CGROUP_PIDS: enabled
- CONFIG_CGROUP_CPUACCT: enabled
- CONFIG_CGROUP_DEVICE: enabled
- CONFIG_CGROUP_FREEZER: enabled
- CONFIG_CGROUP_SCHED: enabled
- CONFIG_CPUSETS: enabled
- CONFIG_MEMCG: enabled
- CONFIG_SECCOMP: enabled
- CONFIG_KEYS: enabled
- CONFIG_VETH: enabled (as module)
- CONFIG_BRIDGE: enabled (as module)
- CONFIG_BRIDGE_NETFILTER: enabled (as module)
- CONFIG_IP_NF_FILTER: enabled (as module)
- CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
creamy-pencil-82913
08/20/2025, 7:41 PMcreamy-pencil-82913
08/20/2025, 7:42 PMcreamy-pencil-82913
08/20/2025, 7:42 PM/opt/buildkite-agent/.rancher/k3s/data
suggests that you are running rootless?creamy-pencil-82913
08/20/2025, 7:42 PMblue-ghost-83619
08/20/2025, 7:43 PMcreamy-pencil-82913
08/20/2025, 7:43 PMcreamy-pencil-82913
08/20/2025, 7:43 PMCgroup v1 and Hybrid v1/v2 are not supported; only pure Cgroup v2 is supported. If K3s fails to start due to missing cgroups when running rootless, it is likely that your node is in Hybrid mode, and the “missing” cgroups are still bound to a v1 controller.
creamy-pencil-82913
08/20/2025, 7:44 PMblue-ghost-83619
08/20/2025, 7:46 PMcreamy-pencil-82913
08/20/2025, 7:57 PMblue-ghost-83619
08/20/2025, 8:12 PM