diff --git a/update.go b/update.go index 4e9b3f4f1d4..999eef0f7a9 100644 --- a/update.go +++ b/update.go @@ -327,6 +327,9 @@ other options are ignored. config.IntelRdt.MemBwSchema = memBwSchema } + // Do not set devices cgroup when updating containers to avoid eBPF programs leak + config.Cgroups.SkipDevices = true + return container.Set(config) }, }