-
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
provide recommended .status.conditions schema #1623
Comments
+1 I'd like to suggest the current pattern should add:
Both would make multiple controller interactions simpler / more transparent. (Think: kubelet / NPD / node controller) |
Hi @deads2k ! 1.19 Enhancements shadow here. I wanted to check in and see if you think this Enhancement will be graduating in 1.19? In order to have this part of the release: The KEP PR must be merged in an implementable state The current release schedule is: Monday, April 13: Week 1 - Release cycle begins Please let me know and I'll add it to the 1.19 tracking sheet (http://bit.ly/k8s-1-19-enhancements). Once coding begins please list all relevant k/k PRs in this issue so they can be tracked properly. 👍 Thanks! |
/tracked yes |
/milestone 1.19 |
@kikisdeliveryservice: The provided milestone is not valid for this repository. Milestones in this repository: [ Use In response to this:
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/test-infra repository. |
/milestone v1.19 |
Hi @deads2k As a quick note: #1620 merged recently, adding production readiness review questions to the KEP template. We are not making it mandatory for the 1.19 release cycle, but it would be great if the PRR questionnaire is filled. You can find the template at https://github.com/kubernetes/enhancements/tree/master/keps/NNNN-kep-template Thanks! |
I also notice that the merged KEP does not have the required test plans: https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/1623-standardize-conditions Will they be added by the enhancements deadline on Tuesday May 19th? |
Hi @deads2k As a reminder, enhancements freeze is tomorrow EOD PST. In order to be included in 1.19 all KEPS must be implementable with graduation criteria and a test plan. Thanks. |
Since we're talking about a struct, not new functionality, there isn't something to test beyond standard unit and verify scripts. I'll open a PR to the KEP. |
Thanks @deads2k please link the PR to this issue once it is up. |
Ahh already done!! great!! I have updated the tracking sheet and marked the Enhancement as tracked. Thank you! |
Hi @deads2k - My name is Zachary, 1.19 Docs shadow. Is this enhancement work planned for 1.19 and does it require any new docs (or modifications to existing docs)? If not, can you please update the 1.19 Enhancement Tracker Sheet, or let me know, I can do it for you :) |
Hi @deads2k As a reminder that the Code Freeze is June 25th. Can you please link all the k/k PRs or any other PRs that should be tracked for this enhancement? Thanks! |
Hi @deads2k - Just a reminder that docs placeholder PR against dev-1.19 is due by June 12th. Does this enhancement require any changes to docs? If so, can you update here with a link to the PR once you have it in place? If not, please update the same, so that the tracking sheet can be updated accordingly. Thanks! |
Hi @deads2k , To follow-up on the email sent to k-dev today, I wanted to let you know that Code Freeze has been extended to Thursday, July 9th. You can see the revised schedule here: https://github.com/kubernetes/sig-release/tree/master/releases/release-1.19 We expect all PRs to be merged by that time. Please let me know if you have any questions. 😄 Best, |
As mentioned by @deads2k at #1623 (comment), this KEP not bring new functionality, so, I guess no need to update docs in k8s.io. |
Hi @deads2k : As a reminder this Thursday, July 9th is code freeze. All PRs must be merged by EOD PST. As of right now I see two outstanding PRs: Is this correct? If your PRs do not merge, you will need to file an enhancement exception to make it into 1.19. Please let me know if you have any questions. Thanks! |
This was implemented in 1.19. |
Hi deads2k, Can you please update the KEP to reflect a status of implemented? Thanks |
got it in #2003 I think. Thanks. |
PR finally merged! Re-closing this issue. |
Add support for user-defined networks in OVNK
provide recommended .status.conditions schema
The text was updated successfully, but these errors were encountered: