abundant-apple-86556
07/22/2025, 1:12 PM2025-07-21T14:45:57.488|INFO|AGT|container.Connect: - endpoint=
2025-07-21T14:45:57.502|ERRO|AGT|main.main: Failed to initialize - error=Unknown container runtime
2025-07-21T14:45:57|MON|Process agent exit status 254, signal 0, pid=14395
2025-07-21T14:45:57|MON|Process agent exit with non-recoverable return code. Monitor Exit!!
Any ideas? I skimmed the diffs for the release and couldn't see anything obvious 🤔strong-oyster-70731
07/23/2025, 6:10 PMabundant-apple-86556
07/23/2025, 6:15 PMenforcer.securityContext
set incorrectly, but it wasn't actually being used by the chart. As a result of this PR those values are now getting used, so we had to fix to run with the proper security context.
Took a bit to trace down but noticed in the logs that it was saying sysctl: permission denied on key
, and resolving that got it running as expected.