-
Notifications
You must be signed in to change notification settings - Fork 944
docs: add CRI enhancement into document #2159
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
docs: add CRI enhancement into document #2159
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2159 +/- ##
==========================================
+ Coverage 64.3% 64.36% +0.05%
==========================================
Files 209 209
Lines 16693 16709 +16
==========================================
+ Hits 10735 10754 +19
- Misses 4618 4623 +5
+ Partials 1340 1332 -8
|
c498abd to
3b3e9b7
Compare
|
|
||
| ### What To Solve? | ||
|
|
||
| + After kubelet performs in-situ upgrade, the container after upgrade cannot delete the anonymous volume inherited. |
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.
What does in-situ mean?
|
|
||
| ## CreateContainer | ||
|
|
||
| ###What To Solve? |
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.
Please add a whitespace before What ?
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.
Done.
483fa3d to
8449a0a
Compare
Signed-off-by: Starnop <[email protected]>
8449a0a to
ccf6273
Compare
|
LGTM |
Signed-off-by: Starnop [email protected]
Ⅰ. Describe what this PR did
docs: add CRI enhancement into document
Ⅱ. Does this pull request fix one issue?
fixes #2150
Ⅲ. Why don't you add test cases (unit test/integration test)? (你真的觉得不需要加测试吗?)
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews