Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: support cgroup version call in RuntimeService #77

Open
yylt opened this issue Apr 12, 2024 · 0 comments
Open

Feature Request: support cgroup version call in RuntimeService #77

yylt opened this issue Apr 12, 2024 · 0 comments

Comments

@yylt
Copy link
Contributor

yylt commented Apr 12, 2024

Usually, when configuring cgroup information in a plugin, it is abstracted into a common interface. This avoids exposing specific cgroup version details, making it easier for upgrades and migrations.

However, the current plugin cannot determine the cgroup version (e.g., v1 or v2), which is inconvenient for cgroup configuration.

--config (want don't care cgroup version) ---> plugin ---> cri (containerd)

Therefore, I hope that can support querying the current cgroup version used by containerd, and better if the call can be made within the nri interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant