Enhancements: provide recommended .status.conditions schema

Created on 23 Mar 2020  路  22Comments  路  Source: kubernetes/enhancements

provide recommended .status.conditions schema

kinapi-change siapi-machinery siarchitecture stagstable

All 22 comments

+1

@etune @liggitt fyi

I'd like to suggest the current pattern should add:

  • Observed generation field (what version of the spec is this condition about, if applicable?
  • Identity field (what controller / actor observed this condition)? (possibly, we could use the fieldManager instead of adding a field.)

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 KEP must have test plans
The KEP must have graduation criteria.

The current release schedule is:

Monday, April 13: Week 1 - Release cycle begins
Tuesday, May 19: Week 6 - Enhancements Freeze
Thursday, June 25: Week 11 - Code Freeze
Thursday, July 9: Week 14 - Docs must be completed and reviewed
Tuesday, August 4: Week 17 - Kubernetes v1.19.0 released

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: [keps-beta, keps-ga, v1.17, v1.18, v1.19, v1.20, v1.21]

Use /milestone clear to clear the milestone.

In response to this:

/milestone 1.19

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!!

https://github.com/kubernetes/enhancements/pull/1799

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 :)
If docs are required, just a friendly reminder that we are looking for a PR against k/website (branch dev-1.19) due by Friday, June 12, it can just be a placeholder PR at this time. Let me know if you have any questions!

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!
The 1.19 Enhancements Team

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,
Kirsten

@zestrells

Does this enhancement require any changes to docs?

As mentioned by @deads2k at https://github.com/kubernetes/enhancements/issues/1623#issuecomment-631013402, 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:
https://github.com/kubernetes/kubernetes/pull/92519
https://github.com/kubernetes/kubernetes/pull/92660

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!
Kirsten

This was implemented in 1.19.

Hi deads2k,

Can you please update the KEP to reflect a status of implemented?
See: https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/1623-standardize-conditions/kep.yaml

Thanks
Kirsten

Hi deads2k,

Can you please update the KEP to reflect a status of implemented?
See: https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/1623-standardize-conditions/kep.yaml

Thanks
Kirsten

got it in https://github.com/kubernetes/enhancements/pull/2003 I think. Thanks.

PR finally merged!

Re-closing this issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

justaugustus picture justaugustus  路  3Comments

wlan0 picture wlan0  路  9Comments

msau42 picture msau42  路  13Comments

liggitt picture liggitt  路  7Comments

sparciii picture sparciii  路  13Comments