Skip to content

Conversation

mortent
Copy link
Member

@mortent mortent commented Jul 2, 2025

Description

Blog that provides updates on the changes in DRA for 1.34. This includes information about core DRA graduating to GA, new features promoted to Beta, new Alpha features, and a short outline of the plans for DRA for 1.35.

Issue

Closes: #

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jul 2, 2025
Copy link

netlify bot commented Jul 2, 2025

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit 8c21e84
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-io-main-staging/deploys/68a89106cc7b4f0008cba44a
😎 Deploy Preview https://deploy-preview-51488--kubernetes-io-main-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@lmktfy
Copy link
Contributor

lmktfy commented Jul 3, 2025

/area blog

@k8s-ci-robot k8s-ci-robot added the area/blog Issues or PRs related to the Kubernetes Blog subproject label Jul 3, 2025
@graz-dev
Copy link
Contributor

graz-dev commented Jul 4, 2025

Hi @mortent happy to see this PR!
Just one question, does this PR refers to this KEP: kubernetes/enhancements#5234?

Thank you,
Graziano.

@mortent
Copy link
Member Author

mortent commented Jul 4, 2025

@graz-dev This will be the blog post for all DRA features in 1.34. We usually do one post that covers everything new in DRA for a release, rather than having several individual ones. The one for 1.33 is here: https://kubernetes.io/blog/2025/05/01/kubernetes-v1-33-dra-updates/

@mortent
Copy link
Member Author

mortent commented Jul 8, 2025

@graz-dev Yeah, that is the plan.

@aibarbetta
Copy link
Member

/sig release

@k8s-ci-robot k8s-ci-robot added the sig/release Categorizes an issue or PR as relevant to SIG Release. label Jul 13, 2025
@graz-dev
Copy link
Contributor

Hi @mortent 👋 -- this is Graz from the v1.34 Communications Team!

Just a friendly reminder that we are approaching the feature blog "ready for review" deadline: Friday 8th August 2025. We ask you to have the blog in non-draft state, and all write-up to be complete.

If you have any questions or need help, please don't hesitate to reach out to me or any of the Communications Team members. We are here to help you!

@k8s-ci-robot k8s-ci-robot added language/en Issues or PRs related to English language size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 3, 2025
@mortent mortent marked this pull request as ready for review August 6, 2025 13:55
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 6, 2025
@k8s-ci-robot k8s-ci-robot requested review from graz-dev and lmktfy August 6, 2025 13:55
Copy link
Contributor

@lmktfy lmktfy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A comment about style.

Overall, we usually write concepts in italics (eg extended resource mapping).

We might also use Title Case but only where we abbreviate. So it's OK to write Dynamic Resource Allocation (DRA), but Admin Access should be admin access (or better, admin access restriction because admin access as a general concept isn't new to v1.34). We don't put admin access restriction in title case unless people want to abbreviate it ("AAR", perhaps).

Copy link
Member

@johnbelamaric johnbelamaric left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some nits but lgtm!

Copy link
Contributor

@graz-dev graz-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I looks good, I just left some minor suggestion.

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 12, 2025
@graz-dev
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 13, 2025
@graz-dev
Copy link
Contributor

Do we have the SIG approval on the content of this PR?
From Blog & Comms team it looks good I think we just need SIG LGTM to merge it.

@mortent
Copy link
Member Author

mortent commented Aug 20, 2025

SIG Node should give the SIG approval here. Maybe @haircommander or @mrunalp can take a look?

@johnbelamaric
Copy link
Member

If it has to be a sig then probably SIG Node. But it spans a few sigs...certainly it has WG approval from WG dev mgmt.

@haircommander
Copy link
Contributor

LGTM from SIG node side

Copy link
Contributor

@lmktfy lmktfy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again @mortent.

There's a hyperlink that's a must-fix in my mind, and everything else is much less important.

@lmktfy
Copy link
Contributor

lmktfy commented Aug 21, 2025

/lgtm cancel

because of that hyperlink.

I'm happy with the tech content; it's high level enough that I feel confident and won't ask the WG for a tech review.

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 21, 2025
@k8s-ci-robot k8s-ci-robot requested a review from graz-dev August 21, 2025 18:26

Starting with Kubernetes 1.34, DRA is enabled by default; DRA features that have reached beta are also enabled by default.
That's because the default API version for DRA is now the stable `v1` version, and not the earlier versions
(eg: `v1beta1` or `v1beta2`) that needed explicit opt in.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good enough for now because it is a true state for all current beta DRA features. But let's remember that at least DeviceTaints has its own, separate type and won't be enabled by default even at beta because that type won't be (shouldn't be?) in v1 at that point.


## Acknowledgments

A huge thanks to the new contributors to DRA this cycle:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤗

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some listed here have been contributing to previous releases, but wasn't included in the list in the 1.33 blog post.

Copy link
Contributor

@graz-dev graz-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 23, 2025
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 4b35570d1ef5e691d8591fbb59007a69ff797560

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: graz-dev

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 23, 2025
@k8s-ci-robot k8s-ci-robot merged commit 2f54504 into kubernetes:main Aug 23, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/blog Issues or PRs related to the Kubernetes Blog subproject cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/en Issues or PRs related to English language lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/release Categorizes an issue or PR as relevant to SIG Release. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants