Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Implement ulimits support #913

Closed
sboeuf opened this issue Nov 15, 2018 · 1 comment
Closed

Implement ulimits support #913

sboeuf opened this issue Nov 15, 2018 · 1 comment
Assignees

Comments

@sboeuf
Copy link

sboeuf commented Nov 15, 2018

Today, when ulimits are set by the caller, they are not applied by kata-runtime on containers inside the VM.

@devimc devimc self-assigned this Dec 7, 2018
devimc pushed a commit to devimc/kata-agent that referenced this issue Dec 7, 2018
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.

fixes kata-containers#430
fixes github.com/kata-containers/runtime#913

Signed-off-by: Julio Montes <[email protected]>
devimc pushed a commit to devimc/kata-agent that referenced this issue Dec 7, 2018
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.

fixes kata-containers#430
fixes github.com/kata-containers/runtime#913

Signed-off-by: Julio Montes <[email protected]>
@devimc
Copy link

devimc commented Dec 7, 2018

moving to kata-containers/agent#430

@devimc devimc closed this as completed Dec 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants