-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Add docs for VolumeManager reconstruction after kubelet restart #40038
Add docs for VolumeManager reconstruction after kubelet restart #40038
Conversation
Please also review release-note in kubernetes/kubernetes#115268, that's the other place where we warn that any issues with kubelet startup could be caused by this feature. |
/retitle Add docs for VolumeManager reconstruction after kubelet restart |
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
- `NewVolumeManagerReconstruction`: Enables improved discovery of mounted volumes during kubelet | ||
startup. Since this code has been significantly refactored, we allow to opt-out in case kubelet | ||
gets stuck at the startup or is not unmounting volumes from terminated Pods. Note that this | ||
refactoring was behind `SELinuxMountReadWriteOncePod` alpha feature gate in Kubernets 1.25. |
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.
- We should revise the
SELinuxMountReadWriteOncePod
description too, then.- We can backport a change to 1.25 and 1.26 docs to explain that the feature gate behavior partly moves to
NewVolumeManagerReconstruction
- We can backport a change to 1.25 and 1.26 docs to explain that the feature gate behavior partly moves to
- “Kubernets” is a typo
/sig node |
/sig storage |
0d7b014
to
cfde821
Compare
cfde821
to
7eefbb8
Compare
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 for docs
Ready for tech review
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tengqm 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 |
/lgtm |
LGTM label has been added. Git tree hash: 83a00fb782c443b993b0233bdda1af603dac598e
|
Add docs for
NewVolumeManagerReconstruction
feature gate. This feature should be invisible to users - kubelet does the same thing as before, only in a different order at the startup. It's behind a feature gate to allow opt-out in case it's buggy.KEP: https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3756-volume-reconstruction
Enhancement issue: kubernetes/enhancements#3756