-
Notifications
You must be signed in to change notification settings - Fork 40.9k
[doc] Update history of checkpoint support in Kubelet #131926
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
base: master
Are you sure you want to change the base?
[doc] Update history of checkpoint support in Kubelet #131926
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: esotsal The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
02eb5f0
to
2780e9c
Compare
2780e9c
to
74e42eb
Compare
/triage accepted |
5b1ea9a
to
0ca9d1c
Compare
0ca9d1c
to
64f81d5
Compare
provides the common APIs and the framework for implementing checkpointing. | ||
Using same APIs across all the submodules will help maintaining consistency at | ||
Kubelet level. | ||
used by several other Kubelet submodules, `dockershim`, `devicemanager`, `pods`, |
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.
Do we still have dockershim
component in Kubelet? What's allocation manager?
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's allocation manager?
Allocation manager is part of package allocation, a recent addition for InPlacePodVerticalScaling, it handles tracking pod resource allocations.
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.
Do we still have
dockershim
component in Kubelet?
Dockershim has been removed from the Kubernetes project as of release 1.24, as a consequence dockershim checkpoint support has also been removed.
Updated commit with status column, please take another look.
64f81d5
to
c9ffda3
Compare
Update table in README.md: - adding missing checkpoint packages - addding status column to report removed checkpoint packages - set status of dockershim checkpoint package to removed and status of all other checkpoint packages to In use.
c9ffda3
to
56d977f
Compare
Update table in kubelet/checkpointmanager/README.md adding missing
checkpoint packages with checkpoint support.
What type of PR is this?
/kind documentation
What this PR does / why we need it:
History of checkpointing support in Kubelet is not complete, this PR tries to fix this.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: