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
i want to remove Specific mount using this code in nri
for _, m := range container.Mounts {
if strings.HasSuffix(m.Source, mountSuffix) {
adjust.RemoveMount(m.Destination)
}
}```
but after pod created,Nothing has changed. May I ask if I used the wrong way?
The text was updated successfully, but these errors were encountered:
containerd version: v1.7.14
nri version: 0.6.1
i want to remove Specific mount using this code in nri
The text was updated successfully, but these errors were encountered: