-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[release/1.2] Update cri to d928a4dd337fd2a992dbe72380eff2063c3ec62f. #3535
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
[release/1.2] Update cri to d928a4dd337fd2a992dbe72380eff2063c3ec62f. #3535
Conversation
Signed-off-by: Lantao Liu <lantaol@google.com>
/cc @estesp |
Codecov Report
@@ Coverage Diff @@
## release/1.2 #3535 +/- ##
===============================================
- Coverage 47.25% 43.66% -3.59%
===============================================
Files 92 101 +9
Lines 8471 10816 +2345
===============================================
+ Hits 4003 4723 +720
- Misses 3738 5357 +1619
- Partials 730 736 +6
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## release/1.2 #3535 +/- ##
===============================================
- Coverage 47.25% 43.66% -3.59%
===============================================
Files 92 101 +9
Lines 8471 10816 +2345
===============================================
+ Hits 4003 4723 +720
- Misses 3738 5357 +1619
- Partials 730 736 +6
Continue to review full report at Codecov.
|
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.
LGTM; thanks @Random-Liu!
LGTM |
What about master? Should I update master to master of CRI? |
@crosbymichael We updated once of 1.3.0-beta.1 #3492 We can update before next release. :) |
see #3538 for consideration |
runc
andcrictl
binaries shipped in https://storage.googleapis.com/cri-containerd-release are versioned with the containerd version. ([release/1.2 backport] Fix runc and critools version in release. cri#1193)disable_proc_mount=true
in the cri plugin config. (masked and readonly paths doesn't work with k8s's procMount cri#1208)https
even if thehttp
endpoint is configured. (Attempting to pull missing image from insecure registry gives wrong message cri#1201)Signed-off-by: Lantao Liu lantaol@google.com