-
Notifications
You must be signed in to change notification settings - Fork 9
Implement cgroups #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
hugoamalric
wants to merge
28
commits into
virt-do:main
Choose a base branch
from
hugoamalric:cgroups
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- add methode to generate the oci spec - add tests Signed-off-by: Malo Polese <malo.polese@gmail.com>
- create spec command for kaps Signed-off-by: Malo Polese <malo.polese@gmail.com>
Signed-off-by: Malo Polese <malo.polese@gmail.com>
We do not need to check for the mount cleanup value, when it only returns a empty Result. Signed-off-by: Samuel Ortiz <samuel.e.ortiz@protonmail.com>
This commit fix mounts leak when spawn command fails and when mounts are busy on exit. Signed-off-by: NelopsisCode <mathiasflagey1201@gmail.com>
Signed-off-by: NelopsisCode <mathiasflagey1201@gmail.com>
Not an associated function. Signed-off-by: Samuel Ortiz <s.ortiz@apple.com>
vec is...weird. Signed-off-by: Samuel Ortiz <s.ortiz@apple.com>
This commit adds a the CLI reference into the project in order to document the usage of the tool. It also renames the project, as now it is called `kaps` Signed-off-by: thomasgouveia <gouveia.thomas@outlook.fr>
This commit add the ability to the crate to create ready-to-use OCI bundles for our container runtime. Signed-off-by: thomasgouveia <gouveia.thomas@outlook.fr>
This commit add to the oci-image crate the ability to hold and store a state of the OCI images on the host. Signed-off-by: thomasgouveia <gouveia.thomas@outlook.fr>
Add the ability to the image manager to pull an OCI images Signed-off-by: thomasgouveia <gouveia.thomas@outlook.fr>
This commit add the oci-image base code by providing the image manager, which can be used by end users to interact with OCI images. Signed-off-by: thomasgouveia <gouveia.thomas@outlook.fr>
Add the crate oci-image to the kaps binary. Signed-off-by: thomasgouveia <gouveia.thomas@outlook.fr>
Signed-off-by: thomasgouveia <gouveia.thomas@outlook.fr>
This commit add the pull command support to kaps. This feature required some changes in our code base, such as async trait & async runtime. Signed-off-by: thomasgouveia <gouveia.thomas@outlook.fr>
This commit add to kaps the ability to log on stdout. We can now control the verbosity level by using `-v`. Also, for `pull` command, we can now use `-q` to silently execute the command. Signed-off-by: thomasgouveia <gouveia.thomas@outlook.fr>
Signed-off-by: thomasgouveia <gouveia.thomas@outlook.fr>
Signed-off-by: thomasgouveia <gouveia.thomas@outlook.fr>
We need root permissions to run some of our tests. Signed-off-by: Samuel Ortiz <samuel.e.ortiz@protonmail.com>
Signed-off-by: NelopsisCode <mathiasflagey1201@gmail.com>
Signed-off-by: NelopsisCode <mathiasflagey1201@gmail.com>
Signed-off-by: NelopsisCode <mathiasflagey1201@gmail.com>
Signed-off-by: NelopsisCode <mathiasflagey1201@gmail.com>
Signed-off-by: kalil <kalil.pelissier@gmail.com>
Introduce a required id parameter to the cli run command. Add usage of the container state implementation. Signed-off-by: kalil <kalil.pelissier@gmail.com>
e47573a to
1802ece
Compare
Signed-off-by: Hugo Amalric <hugo.amalric01@etu.umontpellier.fr>
4597548 to
33afef2
Compare
Signed-off-by: Hugo Amalric <hugo.amalric01@etu.umontpellier.fr>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.