RemoveMount does not work
Open
v1.0 required
- Dominant language
- Go
- Stars
- 406
- Forks
- 102
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 8
Description
containerd version: v1.7.14
nri version: 0.6.1
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.