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

Use systemd drop-ins for temporary cgroup configuration #32

Open
fabiand opened this issue Jun 3, 2024 · 0 comments
Open

Use systemd drop-ins for temporary cgroup configuration #32

fabiand opened this issue Jun 3, 2024 · 0 comments

Comments

@fabiand
Copy link
Collaborator

fabiand commented Jun 3, 2024

Today the agent is directly configuring a cgroup, i.e.:

_set "$MAJMIN target=50" $FSROOT/sys/fs/cgroup/system.slice/io.latency

or

_set $MEM_HIGH $FSROOT/sys/fs/cgroup/kubepods.slice/memory.high

However, we can move to using systemd drop-ins in order to align better to how croi and systemd interact.
To also avoid that systemd might reconcile - overwrite - our configuration.

https://www.flatcar.org/docs/latest/setup/systemd/drop-in-units/

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

Successfully merging a pull request may close this issue.

1 participant