containerd / containerd/nri

RemoveMount does not work

Open
#80 3 comments 0 reactions 1 assignee Claimed by @liangjingtao11 View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.