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
Fix handling of /proc/PID/cgroups entries with colons in paths
This change ensures that the handling of the /proc/PID/cgroups file is within
spec and that paths containing colons are not truncated.
With this change, the entire string after the second colon is treated as the
cgrpup path instead of trucating at the next (third) colon if present.
Paths with colons occur when using systemd as the Kubelet cgroup-driver.
Signed-off-by: Evan Lezar <[email protected]>
0 commit comments