Reorganize DRA subfeatures under Additional DRA features section#55311
Reorganize DRA subfeatures under Additional DRA features section#55311yashrajshuklaaa wants to merge 1 commit intokubernetes:mainfrom
Conversation
- Replace '## DRA beta features' and '## DRA alpha features' headings with a single '## Additional DRA features' section - Remove stage-based intro paragraphs; feature state is conveyed by the existing feature-state shortcodes in each subsection - Fix Device Taints description from alpha to beta (graduated in 1.36) - Demote '## Consumable capacity' to '###' to match section hierarchy Signed-off-by: Yashraj Shukla <shuklayashraj68@gmail.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. |
There was a problem hiding this comment.
Looks nice.
Idea: move https://k8s.io/docs/concepts/scheduling-eviction/dynamic-resource-allocation/#prioritized-list into the advanced features section too.
|
Thank you for the review @lmktfy |
|
Didn't I already do exactly this in #54648 for the dev-1.36 branch? Wouldn't it be simpler to wait until the 1.36 docs get merged into main? /hold |
|
Regarding "prioritized list": it's debatable whether it's an advanced feature or something that normal users might want to know about in the section which describes how to request resources. Personally I prefer it where it is. |
Description
Reorganize DRA subfeatures documentation to remove stage-based
section headings (
## DRA beta features,## DRA alpha features)and consolidate under a single
## Additional DRA featuressection.Feature stage is already conveyed per-subsection via the
{{< feature-state >}}shortcode, so the stage-named buckets addchurn without benefit — every graduation requires moving content
and updating anchors.
Also fixes Device Taints description which incorrectly said
alpha — it graduated to beta in 1.36. Demotes
## Consumable capacityto
###to match the section hierarchy.Issue
Closes: #55293