-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Use preloaded tarball for cri-o container runtime #8588
Conversation
Travis tests have failedHey @afbjorklund, 1st Buildmake test
TravisBuddy Request Identifier: 6bb65300-b94e-11ea-9a71-8bc669469b27 |
Tested OK, with local preload (~/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v4-v1.18.3-cri-o-overlay-amd64.tar.lz4)
|
d9fb2e0
to
c30c5af
Compare
@afbjorklund thanks this PR needs a pull upstream |
Pretty much the same as containerd, minus Restart
c30c5af
to
59bf848
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
kvm2 Driver |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you very much for this PR @afbjorklund you made last un-prelaoded runtime, preloaded, that made first start 20 seconds faster and seconds start 116 seconds faster in the Test !
Pretty much the same as containerd, minus Restart
Some code should probably move to CRI generic ?
Closes #6934
Requires #8581