Skip to content

Conversation

aibarbetta
Copy link
Member

Follow-up of PR: #51651

@k8s-ci-robot k8s-ci-robot added the area/blog Issues or PRs related to the Kubernetes Blog subproject label Jul 27, 2025
@aibarbetta
Copy link
Member Author

CC Comms Team @88abb @cloudmelon @dipesh-rawat @graz-dev
CC Release Leads @Vyom-Yadav @rytswd @chanieljdan

@k8s-ci-robot k8s-ci-robot added language/en Issues or PRs related to English language 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 27, 2025
Copy link

netlify bot commented Jul 27, 2025

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit 64a2e71
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-io-main-staging/deploys/688656930feee500081085d7
😎 Deploy Preview https://deploy-preview-51711--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.

@k8s-ci-robot k8s-ci-robot added 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 Jul 27, 2025
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

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

LGTM label has been added.

Git tree hash: 300080c02e2c5478292878fe4af7cc5e099e837e

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 27, 2025
@k8s-ci-robot k8s-ci-robot requested a review from graz-dev July 27, 2025 16:20
@aibarbetta
Copy link
Member Author

/label tide/merge-method-squash

@k8s-ci-robot k8s-ci-robot added the tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. label Jul 27, 2025
Copy link
Member

@Vyom-Yadav Vyom-Yadav left a comment

Choose a reason for hiding this comment

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

5/7 in the milestone is good imho. I'm good with the current changes, just optional comments.

/lgtm

Comment on lines +46 to +47
The [ServiceAccount](/docs/concepts/security/service-accounts/) token integration for `kubelet` credential providers is likely to reach beta and be enabled by default in Kubernetes v1.34.
This allows the `kubelet` to use these tokens when pulling container images from registries that require authentication.
Copy link
Member

Choose a reason for hiding this comment

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

is likely to reach beta - This KEP still has docs PR pending so it is technically possible that if those are not in, we might yank the KEP. But the probability of that seems low, so should we be using this. @lmktfy wdyt?

Copy link
Contributor

Choose a reason for hiding this comment

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

I do think it's good to be cautious. Here's a position we don't want contributors to be in: reluctant to do a yank because we previously promised that something would be in the next release.

There's a related aspect, precedent. If we treat all enhancements as possibly missing the next release, it's easy. But if we only list some, then contributors behind the "some" might complain or feel like they're not trusted or …

Comment on lines +51 to +52
The existing alpha integration allows the `kubelet` to use short-lived, automatically rotated ServiceAccount tokens (that follow OIDC-compliant semantics) to authenticate to a container image registry.
Each token is scoped to one associated Pod; the overall mechanism replaces the need for long-lived image pull Secrets.
Copy link
Member

Choose a reason for hiding this comment

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

Thinking more about this, we're talking about the existing alpha integration. This feature is graduating to beta, in the sneak peek, shouldn't we be adding what's new in beta for this?

Comment on lines -60 to +71
This feature makes Deployment behavior more predictable by letting you choose when new pods should be created during updates or scaling. It's beneficial when working in clusters with tight resource constraints or with workloads with long termination periods.
This feature makes Deployment behavior more predictable by letting you choose when new pods should be created during updates or scaling.
It's beneficial when working in clusters with tight resource constraints or with workloads with long termination periods.
Copy link
Member

@Vyom-Yadav Vyom-Yadav Jul 28, 2025

Choose a reason for hiding this comment

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

Ah, this KEP was yanked out of this release :( (Should we remove it?)

Copy link
Contributor

Choose a reason for hiding this comment

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

That's a good thing to bring up in the v1.34 retro, I think.

Comment on lines -111 to +137
[KEP-4951](https://kep.k8s.io/4951) introduces a new feature that allows users to configure autoscaling tolerance on a per-HPA basis, overriding the default cluster-wide 10% tolerance setting that often proves too coarse-grained for diverse workloads. The enhancement adds an optional `tolerance` field to the HPA's `spec.behavior.scaleUp` and `spec.behavior.scaleDown` sections, enabling different tolerance values for scale-up and scale-down operations, which is particularly valuable since scale-up responsiveness is typically more critical than scale-down speed for handling traffic surges.
[KEP-4951](https://kep.k8s.io/4951) introduces a new feature that allows users to configure autoscaling tolerance on a per-HPA basis,
Copy link
Member

@Vyom-Yadav Vyom-Yadav Jul 28, 2025

Choose a reason for hiding this comment

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

Another one that missed this release (Should we remove it?)

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

LGTM label has been added.

Git tree hash: aac8050d04d3795b8a40de614858a13add17ca20

@graz-dev
Copy link
Contributor

/lgtm
/approve

@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 Jul 28, 2025
@k8s-ci-robot k8s-ci-robot merged commit 9872429 into kubernetes:main Jul 28, 2025
6 checks passed
Jpsassine pushed a commit to Jpsassine/website that referenced this pull request Jul 29, 2025
* Publish v1.34 sneak peek blog

* add Markdown wrapping

* Update content/en/blog/_posts/2025-07-28-kubernetes-v1.34-sneak-peek.md

* Update content/en/blog/_posts/2025-07-28-kubernetes-v1.34-sneak-peek.md

* Update content/en/blog/_posts/2025-07-28-kubernetes-v1.34-sneak-peek.md

Co-authored-by: Mélony QIN <[email protected]>

* Update content/en/blog/_posts/2025-07-28-kubernetes-v1.34-sneak-peek.md

Co-authored-by: Mélony QIN <[email protected]>

* Update content/en/blog/_posts/2025-07-28-kubernetes-v1.34-sneak-peek.md

---------

Co-authored-by: Mélony QIN <[email protected]>
Jpsassine pushed a commit to Jpsassine/website that referenced this pull request Jul 29, 2025
* Publish v1.34 sneak peek blog

* add Markdown wrapping

* Update content/en/blog/_posts/2025-07-28-kubernetes-v1.34-sneak-peek.md

* Update content/en/blog/_posts/2025-07-28-kubernetes-v1.34-sneak-peek.md

* Update content/en/blog/_posts/2025-07-28-kubernetes-v1.34-sneak-peek.md

Co-authored-by: Mélony QIN <[email protected]>

* Update content/en/blog/_posts/2025-07-28-kubernetes-v1.34-sneak-peek.md

Co-authored-by: Mélony QIN <[email protected]>

* Update content/en/blog/_posts/2025-07-28-kubernetes-v1.34-sneak-peek.md

---------

Co-authored-by: Mélony QIN <[email protected]>
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. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants