-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Update docs for GA MutableCSINodeAllocatableCount #54020
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: dev-1.36
Are you sure you want to change the base?
Conversation
Signed-off-by: Eddie Torres <torredil@amazon.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
| defaultValue: true | ||
| fromVersion: "1.36" | ||
| --- | ||
| When this feature gate is enabled, the `.spec.drivers[*].allocatable.count` field of a CSINode becomes mutable, and a new field, `nodeAllocatableUpdatePeriodSeconds`, is available in the CSIDriver object. This allows periodic updates to a node's reported allocatable volume capacity, preventing stateful pods from becoming stuck due to outdated information that the kube-scheduler relies on. |
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.
| When this feature gate is enabled, the `.spec.drivers[*].allocatable.count` field of a CSINode becomes mutable, and a new field, `nodeAllocatableUpdatePeriodSeconds`, is available in the CSIDriver object. This allows periodic updates to a node's reported allocatable volume capacity, preventing stateful pods from becoming stuck due to outdated information that the kube-scheduler relies on. | |
| Make the `.spec.drivers[*].allocatable.count` field of a CSINode mutable. | |
| Also, enable a CSIDriver field, `nodeAllocatableUpdatePeriodSeconds`. | |
| This allows periodic updates to a node's reported allocatable volume capacity, | |
| preventing stateful pods from becoming stuck due to outdated information | |
| that the kube-scheduler would otherwise rely upon. |
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.
The gate will (after graduation to general availability) typically be enabled.
Description
Update docs for KEP-4876: Mutable CSINode Allocatable Property.
Issue
kubernetes/enhancements#4876