Skip to content

Instantly share code, notes, and snippets.

@egernst
Created June 12, 2020 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egernst/6768f21b57c82e65550eda38e125bf21 to your computer and use it in GitHub Desktop.
Save egernst/6768f21b57c82e65550eda38e125bf21 to your computer and use it in GitHub Desktop.
moby modifications for v2 shim configuration

cgroups v2 makes use of shim-v2 (added by Akihiro): See 612343618dd7dad7cf023e6263d693ab37507a92

Today, this is set statically across the board for the daemon. What would be more ideal is if this could (also?) be selected on a per-runtime basis.

  • - where are other runtime-specific flags set today in moby?
  • - should this be "OR"d against the daemonset setting (which is specified based on v2, which ... actually breaks Kata... right?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment