You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
specconv.CreateLibcontainerConfig returns a configuration without rlimits,
because it can't convert posixRlimits to Rlimits.
Convert posixRlimits to Rlimits and set rlimits in libcontainer configuration
before finishing container creation.
fixeskata-containers#430
fixes github.com/kata-containers/runtime#913
Signed-off-by: Julio Montes <[email protected]>
specconv.CreateLibcontainerConfig returns a configuration without rlimits,
because it can't convert posixRlimits to Rlimits.
Convert posixRlimits to Rlimits and set rlimits in libcontainer configuration
before finishing container creation.
fixeskata-containers#430
fixes github.com/kata-containers/runtime#913
Signed-off-by: Julio Montes <[email protected]>
Today, when
ulimits
are set by the caller, they are not applied by kata-runtime on containers inside the VM.The text was updated successfully, but these errors were encountered: