-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Field status.hostIPs
added for Pod
#2681
Comments
/sig node |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
Hello @wzshiming v1.24 Enhancements team here. Just checking in as we approach enhancements freeze on 18:00pm PT on Thursday Feb 3rd, 2022. This enhancement is targeting Here’s where this enhancement currently stands:
The status of this enhancement is marked as |
The Enhancements Freeze is now in effect and this enhancement is removed from the release. Missing PRR for /milestone clear |
@gracenng - this isn't targetted for beta, this is targetted for Alpha (so the KEP seem to be ok). |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Moving this to "Proposed for consideration". The goal for 1.32 is to clean up the feature gates so the ask is very small from sig-node side. |
@kannon92 This seems to be a cleanup only. Should we track this? For tracking, we have only alpha/beta or ga stage. This is already after GA stage. I would like to close this enhancement issue or open a cleanup PR on k/k to close this issue. |
Who will send the cleanup PR? |
mentioned by @pacoxu one comment above: kubernetes/kubernetes#126752 |
/milestone v1.32 |
Hello @haircommander @wzshiming 👋, v1.32 Enhancements team here. Just checking in as we approach enhancements freeze on 02:00 UTC Friday 11th October 2024 / 19:00 PDT Thursday 10th October 2024. This enhancement is targeting for stage stable for v1.32 (correct me, if otherwise). Here's where this enhancement currently stands:
For this KEP, we would need to update the following:
|
@impact-maker This KEP is GA and ready to be completed. Can you clarify what we are looking for with "KEP status is marked as implementable for latest-milestone: v1.32" ? |
Hi @thockin - enhancements lead here. @impact-maker is referring to the |
I don't know if that is really necessary here. I think the only work needed is to drop the feature gate. I really don't see a need to track this in that way. |
Yeah, this doesn't really need to be tracked, and we probably don't want to update the |
It seems the work remaining is to remove teh code completely
any volunteers to remove the code and just close this? |
Right. This is, for all practical purposes, done.
…On Mon, Oct 7, 2024 at 6:07 AM Antonio Ojea ***@***.***> wrote:
It seems the work remaining is to remove teh code completely
PodHostIPs: {
{Version: version.MustParse("1.28"), Default: false, PreRelease: featuregate.Alpha},
{Version: version.MustParse("1.29"), Default: true, PreRelease: featuregate.Beta},
{Version: version.MustParse("1.30"), Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32
},
—
Reply to this email directly, view it on GitHub
<#2681 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKWAVBY6ENSLGHFQWTLGITZ2KBSDAVCNFSM44GD2EVKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMZZGY4DQMRUGE3A>
.
You are receiving this because you were mentioned.Message ID:
<kubernetes/enhancements/issues/2681/2396882416 ***@***.***
com>
|
@aojea This is already up: kubernetes/kubernetes#126752 |
With all the requirements fulfilled this enhancement is now marked as tracked for the upcoming enhancements freeze 🚀 If you would be so kind, can you be sure to update the |
Hello @thockin 👋 1.32 Docs Shadow here. Does this enhancement work planned for 1.32 require any new docs or modifications to existing docs? Also, take a look at Documenting for a release to get yourself familiarize with the docs requirement for the release. |
Hi @thockin 👋 -- this is Ryota (@rytswd) from the v1.32 Communications Team! For the v1.32 release, we are currently in the process of collecting and curating a list of potential feature blogs, and we'd love for you to consider writing one for your enhancement! As you may be aware, feature blogs are a great way to communicate to users about features which fall into (but not limited to) the following categories:
To opt in to write a feature blog, could you please let us know and open a "Feature Blog placeholder PR" (which can be only a skeleton at first) against the website repository by Wednesday, 30th Oct 2024? For more information about writing a blog, please find the blog contribution guidelines 📚 Tip Some timeline to keep in mind:
Note In your placeholder PR, use |
Hello, @thockin 👋 1.32 Docs Shadow here. This is just a reminder to open a placeholder PR against dev-1.32 branch in the k/website repo for this (steps available here) for this KEP if it requires new or modifications to existing docs: The deadline for this is Thursday, Oct 24 at 18:00 PDT. |
@hacktivist123 There is no docs update needed; this KEP was already completed in 1.30, and the only work that was done in 1.32 was to remove the old feature gate |
Thanks @danwinship |
Hi @thockin @danwinship 👋, v1.32 Communications Team here again! From the nature of the change in v1.32 (thanks to @danwinship's clarification above), I'm assuming there will be no blog write-up planned for this change. But for the completeness of the Release tracking, please bear with me on one last reminder of the feature blog deadline mentioned above, which is 02:00 UTC Wednesday, 30th Oct. 🙏 I'll leave the same information just in case this catches anyone's eyes: Tip Some timeline to keep in mind:
Note In your placeholder PR, use |
Once 32 goes out, we can close this. Yay! kep.yaml still indicates "implementable", though |
Hey again @haircommander @thockin 👋 v1.32 Enhancements team here, Just checking in as we approach code freeze at 02:00 UTC Friday 8th November 2024 / 19:00 PDT Thursday 7th November 2024 . Here's where this enhancement currently stands:
For this enhancement, it looks like the following PRs are open and need to be merged before code freeze (and we need to update the Issue description to include all the related PRs of this KEP): Additionally, please let me know if there are any other PRs in k/k not listed in the description or not linked with this GitHub issue that we should track for this KEP, so that we can maintain accurate status. The status of this enhancement is marked as If you anticipate missing code freeze, you can file an exception request in advance. Thank you! |
Gate has been removed. Hooray |
Enhancement Description
status.hostIPs
added for Podk/enhancements
) update PR(s):k/k
) update PR(s):status.hostIPs
added for Pod kubernetes#109616k/website
) update PR(s):k/enhancements
) update PR(s):k/k
) update PR(s):k/website
) update PR(s):k/enhancements
) update PR(s):k/k
) update PR(s):k/website
) update PR(s):Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.
The text was updated successfully, but these errors were encountered: