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

feat(external-manager): add external manager framework #8

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

caohe
Copy link
Member

@caohe caohe commented Mar 16, 2023

What type of PR is this?

Features

What this PR does / why we need it:

Introduce an external manager framework to:

  • Execute configurations beyond the scope of the OCI specification;
  • Dynamically manage the mapping between a container and its corresponding cgroup ID, thereby facilitating the implementation of future QoS management solutions based on eBPF.

Which issue(s) this PR fixes:

Fix #4

Special notes for your reviewer:

@caohe caohe added the enhancement New feature or request label Mar 16, 2023
@caohe caohe added this to the v0.2 milestone Mar 16, 2023
@caohe caohe force-pushed the external-manager branch 3 times, most recently from 68ef332 to 7f23a79 Compare March 16, 2023 04:04
@caohe caohe force-pushed the external-manager branch from 7f23a79 to 5c337dd Compare March 28, 2023 03:51
Signed-off-by: caohe <caohe.ch@bytedance.com>
@caohe caohe force-pushed the external-manager branch from 5c337dd to 9154cbe Compare March 28, 2023 09:20
@waynepeking348 waynepeking348 merged commit 7cbf374 into kubewharf:main Mar 28, 2023
@caohe caohe deleted the external-manager branch March 28, 2023 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Proposal] Introduce an external manager framework
2 participants