Skip to content

[WIP] [KEP-5882]: feature blog for DeploymentPodReplacementPolicy placeholder PR#45268

Closed
atiratree wants to merge 1 commit intokubernetes:mainfrom
atiratree:pod-replacement-policy-blog
Closed

[WIP] [KEP-5882]: feature blog for DeploymentPodReplacementPolicy placeholder PR#45268
atiratree wants to merge 1 commit intokubernetes:mainfrom
atiratree:pod-replacement-policy-blog

Conversation

@atiratree
Copy link
Copy Markdown
Member

@atiratree atiratree commented Feb 21, 2024

Add feature blog for DeploymentPodReplacementPolicy.

Tracking issue:

@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Feb 21, 2024
@k8s-ci-robot k8s-ci-robot added the area/blog Issues or PRs related to the Kubernetes Blog subproject label Feb 21, 2024
@k8s-ci-robot k8s-ci-robot requested a review from sftim February 21, 2024 23:43
@k8s-ci-robot k8s-ci-robot added language/en Issues or PRs related to English language sig/docs Categorizes an issue or PR as relevant to SIG Docs. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Feb 21, 2024
@atiratree atiratree marked this pull request as draft February 21, 2024 23:43
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Feb 21, 2024
@netlify
Copy link
Copy Markdown

netlify bot commented Feb 21, 2024

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit 1d6df81
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-io-main-staging/deploys/698f33ddda33c000089c8c18
😎 Deploy Preview https://deploy-preview-45268--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.

@natalisucks
Copy link
Copy Markdown
Contributor

Howdy everyone – chiming in as part of our 1.30 Release Comms Team 👋 Given the KEP this blog would be about has now been removed from the 1.30 milestone, and the KEP's owner has updated folks per this comment, I wanted @sftim and @nate-double-u to know that this blog won't be included as a feature blog for this release.

@atiratree I'd recommend we close this PR so that there's no confusion about upcoming work, and that you generally have less on your plate for this release and the next one! cc. @kcmartin, our 1.30 Release Comms lead, so everyone is in the loop.

@atiratree
Copy link
Copy Markdown
Member Author

Hi, yes I am closing this. This feature didn't make it to 1.30.

@atiratree atiratree closed this Mar 11, 2024
@atiratree
Copy link
Copy Markdown
Member Author

reopening for 1.31

@atiratree atiratree reopened this Jun 21, 2024
@atiratree atiratree force-pushed the pod-replacement-policy-blog branch from 4039b69 to 071a6b5 Compare June 21, 2024 22:44
@sftim
Copy link
Copy Markdown
Contributor

sftim commented Jun 23, 2024

/hold

pending assignment of publication date (by release comms)

we'll also keep this held until the v1.31 release has happened

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 23, 2024
@mbianchidev
Copy link
Copy Markdown
Member

Hey @atiratree , it's Matteo from the 1.31 Release comms team.
I'm reaching out with a reminder that the blog ready for review deadline is July 26, 2024.

Please let me know how we can help with content, review or anything else 😄

@mbianchidev
Copy link
Copy Markdown
Member

Currently waiting for an exception approval on the code PR.

If that happens I'll work closely with @atiratree to understand if this blog is going to make it for this Friday's deadline (26 July) or if an extension of the blog content deadline is needed.
In case this blog would be published, it would be around the 22nd of August, at the tail of the publication schedule.

Another possibility is that creating this blog is not possible, for deadline reasons or if the code exception is not accepted and the KEP status becomes "removed from Milestone".
In this case, I will proceed to change the blog status to "Canceled" and I will ask to @atiratree to close the blog PR.

Let me know if you need anything from the Comms team and keep me posted! (on Slack it would be extra nice)

@mbianchidev
Copy link
Copy Markdown
Member

Hey @atiratree unfortunately the KEP exception has been rejected by the release team, so you should close this blog PR.
I will also proceed to update the blog status to "Canceled" in the comms board.

Thanks for your understanding and cooperation.

@atiratree
Copy link
Copy Markdown
Member Author

closing per above

@atiratree atiratree closed this Jul 30, 2024
@atiratree
Copy link
Copy Markdown
Member Author

reopening for 1.32

@atiratree atiratree reopened this Oct 15, 2024
@atiratree atiratree force-pushed the pod-replacement-policy-blog branch from 071a6b5 to 6889817 Compare October 15, 2024 18:43
@atiratree
Copy link
Copy Markdown
Member Author

Unfortunately we did not manage to finish the API review, so this feature is postponed to 1.33

@atiratree atiratree closed this Nov 8, 2024
@mbianchidev
Copy link
Copy Markdown
Member

Thanks for letting us know @atiratree !

@atiratree atiratree reopened this Jul 3, 2025
@atiratree atiratree force-pushed the pod-replacement-policy-blog branch from 6889817 to 9d5a303 Compare July 3, 2025 13:09
@atiratree atiratree changed the title [WIP] [KEP-3973]: feature blog for DeploymentPodReplacementPolicy [WIP] [KEP-3973]: feature blog for DeploymentPodReplacementPolicy placeholder PR Jul 3, 2025
@dipesh-rawat
Copy link
Copy Markdown
Member

Hi @atiratree @carlory 👋 v1.34 Communications team here,

@carlory as author of #51560, I'd like you to be a writing buddy for @atiratree on this PR.

Please:

  • Review this PR, paying attention to the guidelines and review hints
  • Update your own PR based on any best practices you identify that should be applied
  • Remember to be compassionate with your fellow article author

@dipesh-rawat
Copy link
Copy Markdown
Member

@atiratree When you get a chance, could you please rebase your branch with latest main? We've merged the fix that resolves the Netlify errors, so this should trigger a successful Netlify preview for this PR. Included the steps below to help with the process:

  1. Synchronize your fork with upstream
  2. Get the new changes on main: git fetch && git checkout main && git pull origin main
  3. Rebase your branch on main git checkout <name of your branch> && git rebase -i main

@aibarbetta
Copy link
Copy Markdown
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
@dipesh-rawat
Copy link
Copy Markdown
Member

Hi 👋, v1.34 Communications Team here again!

Since the KEP didn’t meet the code freeze deadline and has been removed from the v1.34 milestone (based on kubernetes/enhancements#3973 (comment)), this KEP won’t be part of the upcoming release.

@atiratree, to keep things clear and streamlined, I recommend closing this PR for now. We’d definitely encourage revisiting it in a future cycle when the KEP is back on track.

Looping in @aibarbetta (v1.34 Comms lead) to keep the team aligned. Thanks so much!

@divya-mohan0209
Copy link
Copy Markdown
Contributor

Hi @atiratree , SIG Docs will be closing this PR since this will not be worked on as part of the current cycle. Please consider reopening it when you're ready to resume work on the change.

/close

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@divya-mohan0209: Closed this PR.

Details

In response to this:

Hi @atiratree , SIG Docs will be closing this PR since this will not be worked on as part of the current cycle. Please consider reopening it when you're ready to resume work on the change.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@atiratree
Copy link
Copy Markdown
Member Author

/reopen

@k8s-ci-robot k8s-ci-robot reopened this Oct 16, 2025
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@atiratree: Reopened this PR.

Details

In response to this:

/reopen

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign lmktfy for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details 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

@atiratree
Copy link
Copy Markdown
Member Author

reopening for 1.35

@atiratree atiratree force-pushed the pod-replacement-policy-blog branch from 9d5a303 to 603f472 Compare October 16, 2025 07:08
@atiratree
Copy link
Copy Markdown
Member Author

DeploymentReplicaSetTerminatingReplicas was promoted to beta, but we need to wait for the DeploymentPodReplacementPolicy to publish the blog. Postponing to 1.36.

@atiratree
Copy link
Copy Markdown
Member Author

reopening for 1.36

@atiratree atiratree reopened this Feb 13, 2026
@atiratree atiratree force-pushed the pod-replacement-policy-blog branch from 603f472 to 1d6df81 Compare February 13, 2026 14:23
@atiratree atiratree changed the title [WIP] [KEP-3973]: feature blog for DeploymentPodReplacementPolicy placeholder PR [WIP] [KEP-5882]: feature blog for DeploymentPodReplacementPolicy placeholder PR Feb 13, 2026
@lmktfy
Copy link
Copy Markdown
Member

lmktfy commented Feb 21, 2026

Let's close this. @atiratree, please open a brand new PR that includes approximately the same changes.

We have made a number of changes since this was opened and, because it is our oldest open PR (at the time of writing), it is likely to get lost. Opening a new PR will make the work more visible.

/close

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@lmktfy: Closed this PR.

Details

In response to this:

Let's close this. @atiratree, please open a brand new PR that includes approximately the same changes.

We have made a number of changes since this was opened and, because it is our oldest open PR (at the time of writing), it is likely to get lost. Opening a new PR will make the work more visible.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@atiratree
Copy link
Copy Markdown
Member Author

Ok, done: #54621

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/blog Issues or PRs related to the Kubernetes Blog subproject cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. language/en Issues or PRs related to English language sig/docs Categorizes an issue or PR as relevant to SIG Docs. sig/release Categorizes an issue or PR as relevant to SIG Release. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants