-
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
Mark NewVolumeManagerReconstruction as GA #45282
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
/sig storage node |
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.
Some early feedback
toVersion: "1.29" | ||
- stage: stable | ||
defaultValue: true | ||
fromVersion: "1.30" | ||
--- | ||
Enables improved discovery of mounted volumes during kubelet | ||
startup. Since this code has been significantly refactored, we allow to opt-out in case kubelet |
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.
For GA docs quality, we like to follow the docs style guide more closely.
Please avoid using “we” here.
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.
I rephrased the text + updated Kubernetes versions where the feature was alpha / beta. It should be final version for review, I'm removing WIP:
.
f32a5c9
to
ae56379
Compare
Hello @jsafrane 👋 please take a look at Documenting for a release - PR Ready for Review to get your PR ready for review before Tuesday March 12th 2024 18:00 PST. Thank you! |
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
I recommend rewording the text a bit (see inline feedback)
...cs/reference/command-line-tools-reference/feature-gates/new-volume-manager-reconstruction.md
Outdated
Show resolved
Hide resolved
…-gates/new-volume-manager-reconstruction.md Co-authored-by: Tim Bannister <[email protected]>
Suggestion accepted |
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
/lgtm
/approve
LGTM label has been added. Git tree hash: 3282f94ab3aab4b744f2779e119b63d5d7821313
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sftim 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 |
/milestone 1.30 |
NewVolumeManagerReconstruction is now GA / stable. It should be invisible to users, it only allowed cluster admin to revert back to original behavior if our refactoring was buggy.
WIP:* implementation must be merged first.