cgroup doesn't exist in PostCreateContainer
Open
- Dominant language
- Go
- Stars
- 406
- Forks
- 102
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 8
Description
Seems like the cgroup still doesn't exist on that stage:
```
INFO [0010] Invoking PostCreateContainer for action
ERROR [0010] postCreateContainer: failed to set BPS throttle on container container of pod test: cgroups: cgroup deleted
```
When I move this code to `StartContainer` it's all fine. I don't think that's correct?
```
$ containerd --version
containerd github.com/containerd/containerd v1.7.11 64b8a811b07ba6288238eefc14d898ee0b5b99ba
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.