Skip to content

Commit

Permalink
Disable runner cgroup by default
Browse files Browse the repository at this point in the history
In many local environments, cgroups v1 no longer works, that's why we
had --enable-container-mgr. Now, with crictl patches reverted, we have
to --disable-runner-cgroup by default, otherwise local environment
doesn't work.

Signed-off-by: Oleg Vasilev <[email protected]>
  • Loading branch information
Omrigan committed Sep 24, 2024
1 parent 0ee1d6d commit 23e9957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neonvm/config/controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ spec:
- "--leader-elect"
- "--concurrency-limit=128"
- "--skip-update-validation-for="
- "--disable-runner-cgroup"
# See #775 and its links.
# * cache.writeback=on - don't set O_DSYNC (don't flush every write)
# * cache.direct=on - use O_DIRECT (don't abuse host's page cache!)
Expand Down

0 comments on commit 23e9957

Please sign in to comment.