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
In case of Linux kernel running supports Cgroup V2 (since version 4.5), but cluster works in Cgroup V1 it is possible to maintain custom Cgroup V2 hierarchy
unified Cgroup V2 hierarchy is enough to target all pods, however for pod targeting custom Cgroup V2 hierarchy should be applied.
Implementation proposal:
cgroup_skb/* programs can be always attached to the same created on tracer start Cgroup V2 hierarchy.
In case of cluster event (pod targeting is changed or pod created/deleted) custom Cgroup V2 cgroup.procs should be modified to reflect current pod targeting.
The text was updated successfully, but these errors were encountered:
In case of Linux kernel running supports Cgroup V2 (since version 4.5), but cluster works in Cgroup V1 it is possible to maintain custom Cgroup V2 hierarchy
unified Cgroup V2 hierarchy is enough to target all pods, however for pod targeting custom Cgroup V2 hierarchy should be applied.
Implementation proposal:
cgroup_skb/*
programs can be always attached to the same created on tracer start Cgroup V2 hierarchy.In case of cluster event (pod targeting is changed or pod created/deleted) custom Cgroup V2
cgroup.procs
should be modified to reflect current pod targeting.The text was updated successfully, but these errors were encountered: