-
Notifications
You must be signed in to change notification settings - Fork 14.9k
[KEP-5075] DRAConsumableCapacity documentation #51479
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.34
Are you sure you want to change the base?
Conversation
Welcome @sunya-ch! |
[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.
Needs 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. |
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.
/hold
I think this should target the dev-1.34 branch.
Does that sound right?
OK to unhold once target branch is confirmed.
content/en/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md
Outdated
Show resolved
Hide resolved
content/en/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md
Outdated
Show resolved
Hide resolved
content/en/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md
Outdated
Show resolved
Hide resolved
capacity: | ||
bandwidth: | ||
sharingPolicy: | ||
default: "1Mi" |
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.
Odd to use mebi- for network bandwidth. Maybe use mega- ?
device.allowMultipleAllocations == true | ||
capacityRequests: | ||
minimum: | ||
bandwidth: 5Gi |
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.
You probably mean 5G here.
devices: | ||
results: | ||
- consumedCapacities: | ||
bandwidth: 5Gi |
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.
You probably mean 5G here. Although, to avoid confusion with 5G as in mobile packet data, consider using different fractions.
content/en/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md
Outdated
Show resolved
Hide resolved
content/en/docs/reference/command-line-tools-reference/feature-gates/DRAConsumableCapacity.md
Outdated
Show resolved
Hide resolved
content/en/docs/reference/command-line-tools-reference/feature-gates/DRAConsumableCapacity.md
Outdated
Show resolved
Hide resolved
content/en/docs/reference/command-line-tools-reference/feature-gates/DRAConsumableCapacity.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Sunyanan Choochotkaew <[email protected]>
@lmktfy Thank you so much for the review. I have rebased to dev-1.34 and committed your suggestions. |
Description
Docs change for KEP-5075.
Issue
kubernetes/enhancements: kubernetes/enhancements#5075
kubernetes/kubernetes: kubernetes/kubernetes#132522