Skip to content

Commit

Permalink
neonvm-controller: change args in the deployment, add disable-runner-…
Browse files Browse the repository at this point in the history
…cgroup, drop enable-container-mgr as mutually exclusive

Signed-off-by: Misha Sakhnov <[email protected]>
  • Loading branch information
mikhail-sakhnov committed Oct 3, 2024
1 parent ecdb9ed commit 367b675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neonvm/config/controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
- "--leader-elect"
- "--concurrency-limit=128"
- "--skip-update-validation-for="
- "--enable-container-mgr"
- "--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 367b675

Please sign in to comment.