-
Notifications
You must be signed in to change notification settings - Fork 1.1k
default to crun #8497
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
default to crun #8497
Conversation
5aa63fb to
81555e5
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
81555e5 to
0640d64
Compare
0640d64 to
5ef0e49
Compare
5ef0e49 to
a645175
Compare
e5d7c6e to
74dea75
Compare
ae9c9eb to
7bc9440
Compare
7bc9440 to
57ae969
Compare
d340c25 to
48c14a2
Compare
crun has been a compliant OCI runtime for many years now. It advertises faster startup time, smaller memory footprint, and additional features Given these advantages and its relative stability (and that it's the default in fedora, and podman), update crun to be the default runtime in CRI-O as well. Signed-off-by: Peter Hunt <[email protected]>
Signed-off-by: Peter Hunt <[email protected]>
it's more idiomatic to have the setter as a validator, and call it while other aspects of the runtime handler are being validated Signed-off-by: Peter Hunt <[email protected]>
Signed-off-by: Peter Hunt <[email protected]>
as it's not needed Signed-off-by: Peter Hunt <[email protected]>
Signed-off-by: Peter Hunt <[email protected]>
Signed-off-by: Peter Hunt <[email protected]>
7a7fbfd to
6c9769a
Compare
|
/retest |
Signed-off-by: Peter Hunt <[email protected]>
handle case where container is deleted twice Signed-off-by: Peter Hunt <[email protected]>
|
/retest |
|
@haircommander: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Can we close this one @haircommander ? |
|
yes! |
What type of PR is this?
/kind api-change
What this PR does / why we need it:
crun has been a compliant OCI runtime for many years now.
It advertises faster startup time, smaller memory footprint, and additional features
Given these advantages and its relative stability (and that it's the default in fedora, and podman),
update crun to be the default runtime in CRI-O as well.
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?