-
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
Fix validation of container-runtime config #5964
Conversation
It was trying to load (non-existing) config, and also confusingly looking for containerd. Add a unit test as well.
[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 |
Codecov Report
@@ Coverage Diff @@
## master #5964 +/- ##
==========================================
+ Coverage 36.09% 36.13% +0.03%
==========================================
Files 110 110
Lines 8208 8213 +5
==========================================
+ Hits 2963 2968 +5
Misses 4854 4854
Partials 391 391
|
/ok-to-test |
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.
Thanks for fixing this.
Error: running mkcmp: exit status 1 |
It was trying to load (non-existing) config,
and also confusingly looking for containerd.
Add a unit test as well.
Closes ##5961