-
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
Custom profile in kubectl debug #4292
Comments
/sig cli |
/label lead-opted-in |
/stage alpha |
/assign @ardaguclu |
Hello @ardaguclu 👋, Enhancements team here. Just checking in as we approach enhancements freeze on Friday, February 9th, 2024 at 02:00 UTC. This enhancement is targeting for stage Here's where this enhancement currently stands:
For this KEP, we would just need to complete the following:
The status of this enhancement is marked as |
@tjons thanks for checking the KEP. But I have added graduation criteria as you can see in https://github.com/kubernetes/enhancements/pull/4293/files#diff-708a3d9c4718ca7f3da37b08c6cbee5ff7fc7df4f496783dd213b7abf0f2c216R98, do you mean adding somewhere else?. |
@ardaguclu whoops, missed that in the diff! thanks for updating me. I've updated my commend accordingly. |
With all the requirements fulfilled this enhancement is now marked as tracked for the upcoming enhancements freeze 🚀 |
Hi @ardaguclu, 👋 from the v1.30 Communications Team! We'd love for you to opt in to write a feature blog about your enhancement! We encourage blogs for features including, but not limited to: breaking changes, features and changes important to our users, and features that have been in progress for a long time and are graduating. To opt in, you need to open a Feature Blog placeholder PR against the website repository. |
Hello @ardaguclu 👋, v1.30 Docs Shadow here. Does this enhancement work planned for v1.30 require any new docs or modification to existing docs? If so, please follows the steps here to open a PR against dev-1.30 branch in the k/website repo. This PR can be just a placeholder at this time and must be created before Thursday, February 22nd, 2024 18:00 PDT Also, take a look at Documenting for a release to get yourself familiarize with the docs requirement for the release. Thank you!
Going through the changes this PR entails, we'll need a docs PR. Marking this as |
Hey again @ardaguclu 👋 Enhancements team here, Just checking in as we approach code freeze at 02:00 UTC Wednesday 6th March 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: Also, please let me know if there are other PRs in k/k we should be tracking for this KEP. |
Hello @ardaguclu 👋, Enhancements team here. With all the implementation(code related) PRs merged as per the issue description: This enhancement is now marked as |
This feature makes the
Since both of those feature suggestions kind of clash in usage, it might make more sense to consider doing one (if not neither) of them. The raw json in the flag idea is mostly just how I imagined the flag worked before I tried it. The yaml idea might be more generally useful to other people. This is actually my first time replying to a KEP issue here so let me know if there is anything else I can provide to the team here. |
Hi @ardaguclu 👋, 1.31 Enhancements Lead here. If you wish to progress this enhancement in v1.31, please have the SIG lead opt-in your enhancement by adding the lead-opted-in label and set the milestone to v1.31 before the Production Readiness Review Freeze. /remove-label lead-opted-in |
@eddiezane could you please add the |
/label lead-opted-in |
/milestone v1.31 |
Hey again @ardaguclu - 👋 Enhancements team here, Just checking in as we approach code freeze at 02:00 UTC Wednesday 24th July 2024 / 19:00 PDT Tuesday 23rd July 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: If you anticipate missing code freeze, you can file an exception request in advance. Also, please let me know if there are other PRs in k/k we should be tracking for this KEP. |
With all PRs to k/k merged, this enhancement is now |
Hi, enhancements lead here - I inadvertently added this to the 1.32 tracking board 😀. Please readd it if you wish to progress this enhancement in 1.32. /remove-label lead-opted-in |
/sig cli |
/milestone v1.32 |
Hello @ardaguclu 👋, 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 Here's where this enhancement currently stands:
For this KEP, we would just need to update the following:
It looks like #4824 will address most of these issues.
The status of this enhancement is marked as If you anticipate missing enhancements freeze, you can file an exception request in advance. Thank you! |
Hello @ardaguclu 👋, v1.32 Enhancements team here, Now that PR #4824 has been merged, all the KEP requirements are in place and merged into k/enhancements. The status of this enhancement is now marked as |
Hello @ardaguclu , 👋🏼 this is Edith from the v1.32 Communications Team! We’d love for you to consider writing a feature blog about your enhancement! ✍ To opt-in, let us know and open a Feature Blog placeholder PR against the website repository by 30th Oct 2024. For more information about writing a blog, see the blog contribution guidelines. Note: In your placeholder PR, use XX characters for the blog date in the front matter and file name. We will work with you on updating the PR with the publication date once we have a final number of feature blogs for this release. |
Hello @ardaguclu 👋, 1.32 Docs Shadow here. |
Hey again @ardaguclu 👋 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 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! |
Hi @ardaguclu 👋 v1.32 Enhancements team here, I see that PR kubernetes/kubernetes#127187 has been merged, adding E2E test related to this KEP-4292. Are there any additional code/test changes planned for this KEP needed to progress towards a The current status of this enhancement is marked as |
@dipesh-rawat There is no pending PRs other than website changes kubernetes/website#47805. I think, this KEP is almost completed. |
Hello @ardaguclu ! 🙂 👋 This is a reminder to author your feature blog post! To opt-in, let us know and open a Feature Blog placeholder PR against the website repository by 30th Oct 2024. For more information about writing a blog see the blog contribution guidelines. Please feel free to reach out if you have any questions! Thank you very much! |
@ardaguclu Thanks for the confirmation (here). With all the implementation(code related) PRs merged as per the issue description: This enhancement is now marked as |
Enhancement Description
kubectl debug
k/enhancements
) update PR(s): KEP-4292: Add custom profiling in kubectl debug #4293k/k
) update PR(s): kubectl debug: Add custom debug profiles on top of static profiles kubernetes#120346k/website
) update PR(s): KEP-4292: Custom profile in kubectl debug website#45223k/enhancements
) update PR(s): KEP-4292: Update to promote it to beta #4689k/k
) update PR(s): KEP-4292: Preparations to promote custom profiling in kubectl debug kubernetes#125333k/website
) update(s): Custom profiling in kubectl debug feature blog website#46909k/enhancements
) update PR(s): Promote KEP-4292 custom profiling in kubectl debug to GA #4824k/k
) update PR(s): KEP-4292: Add e2e test for custom profile in kubectl debug kubernetes#127187k/website
) update(s): KEP-4292: Remove custom profiling env var as it is GA now website#47805Please 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: