Open jpbetz opened 2 years ago
/sig api-machinery
@jpbetz please provide a Discussion Link. It is required that you "link to SIG mailing list thread, meeting, or recording where the Enhancement was discussed before KEP creation" :)
/lead-opted-in
/milestone v1.26
/lead-opted-in
/sig api-machinery
/label tracked/yes
Hello @jpbetz π, 1.26 Enhancements team here.
Just checking in as we approach enhancements freeze on 18:00 PDT on Thursday 6th October 2022.
This enhancement is targeting for stage alpha
for 1.26 (correct me, if otherwise)
Here's where this enhancement currently stands:
implementable
for latest-milestone: 1.26
For this KEP, we would just need to update the following before enhancements freeze which is approaching soon:
implemetable
.The status of this enhancement is marked as at risk
. Please keep the issue description up-to-date with appropriate stages as well. Thank you!
https://github.com/kubernetes/enhancements/pull/3554 contains PRR, test, graduation and implementable
, we are aiming to merge it today
@parul5sahoo Thanks for reaching out! We have everything merged. The KEP can be tracked now. Please let us know of anything is missing :)
Hello @cici37 , although I see that the release sign off checklist and the test agreement have been included but they are all unchecked. so could you please check the items that meet the criteria in the release check list and also the check the test agreement. And since these are minor details I am marking the KEP as tracked
.
Hello @cici37 , although I see that the release sign off checklist and the test agreement have been included but they are all unchecked. so could you please check the items that meet the criteria in the release check list and also the check the test agreement. And since these are minor details I am marking the KEP as
tracked
.
https://github.com/kubernetes/enhancements/pull/3592 to address this. Thanks for marking this tracked!
/assign
Hello @jpbetz ! ππΎ,
@katmutua 1.26 Release Docs shadow here. This enhancement is marked as βNeeds Docsβ for 1.26 release.
Please follow the steps detailed in the documentation to open a PR against dev-1.26 branch in the k/website repo. This PR can be just a placeholder at this time, and must be created by November 9.
Also, take a look at Documenting for a release to familiarize yourself with the docs requirement for the release. As a reminder, please link all of your docs PR to this issue so we can easily track it.
Hi @jpbetz π,
Checking in once more as we approach the 1.26 code freeze at 17:00 PDT on Tuesday 8th November 2022.
Please ensure the following items are completed:
For this enhancement, it looks like the following PRs are open and need to be merged before the code freeze. If you do have any other k/k PRs open, please link them to this issue :
As always, we are here to help should questions come up. Thanks!
All PRs are now linked and we are working on code review and approvals. We will open a docs PR shortly.
I have opened the doc place holder PR. Thanks
All alpha feature code has merged.
/remove-label lead-opted-in /remove-label tracked/yes /label tracked/no /milestone clear
I had an idea: also provide a mechanism to accept a proposed change at admission time, but warn about a breach.
Something like:
---
apiVersion: admissionregistration.k8s.io/v1foo42
kind: ValidatingAdmissionPolicy
metadata:
name: demo
spec:
matchConstraints:
resourceRules:
- apiGroups: ["apps"]
apiVersions: ["v1"]
operations: ["CREATE", "UPDATE"]
resources: ["deployments"]
warnUnless:
- expression: |-
object.spec.replicas < 5
message: >-
You can only have five replicas maximum
failUnless:
- expression: |-
object.spec.replicas <= 5
I had an idea: also provide a mechanism to accept a proposed change at admission time, but warn about a breach.
I think we need this. The idea is partially captured in the not-yet-implemented "Enforcement Actions" proposal in the KEP.
How are you imagining warnings to work @sftim? Existing admission webhooks support warnings in the form of additional information sent back to the client for all requests that go through admission (accepted or denied). Would that be sufficient or were you imaging something else?
A client should see a warning that looks identical to the the admission webhook approach outlined in https://kubernetes.io/blog/2020/09/03/warnings/ (except maybe lower response latency). That is exactly what I had in mind.
Not sure what the audit logging option would look like; someone else might be able to devise that.
:thought_balloon: If anyone had the cycles we could even implement ValidatingAdmissionPolicy as an out-of-tree validating admission webhook. I don't think it's worth it, but it'd be possible.
This has planned changes for v1.27, but it's remaining in alpha. Should it be tracked for the v1.27 milestone?
Is there a beta version of this KEP I can review for PRR?
Is there a beta version of this KEP I can review for PRR?
We don't have a ETA for beta yet. 1.27 will contain additional alpha level capabilities.
Hello @jpbetz π, v1.27 Enhancements team here.
Just checking in as we approach enhancements freeze on 18:00 PDT Thursday 9th February 2023.
This enhancement is targeting for stage alpha
for 1.27 (please correct me, if otherwise)
Here's where this enhancement currently stands:
implementable
for latest-milestone: 1.27
For this KEP, we would just need to update the following:
The status of this enhancement is marked as at risk
. Please keep the issue description up-to-date with appropriate stages as well. Thank you!
Opened https://github.com/kubernetes/enhancements/pull/3833 to update latest-milestone.
Hello @jpbetz , that should do it when merged!
One note: the latest KEP template has an additional section in the PRR section "Scalability"
Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?
That section in encouraged (not mandatory) for alpha, so I wasn't strict about it in mt review. That said, you might want to take a look.
Hi @fsmunoz, I think we got everything merged and up to date. For the added question under PRR, we will update when going to beta together with any other potentially update in kep template. Would you mind mark it as tracked when have time? Thank you
Hi @cici37 , @jpbetz . That's fine in terms of the PRR section. Could you add the target version for beta in the milestone section?
@fsmunoz This PR should address above comment: https://github.com/kubernetes/enhancements/pull/3869 Thank you
Thank you @cici37 !
This enhancement is ready to be traced for graduation to alpha beta in v1.27.
/label tracked/yes /remove-label tracked/no
Thank you @cici37 !
This enhancement is ready to be traced for graduation to beta in v1.27.
/label tracked/yes /remove-label tracked/no
Thanks for tracking it. And for reference this is not graduating to beta in 1.27 so the label should remain as alpha. Thank you
Hello @jpbetz ππΎ !
@katmutua 1.27 Release Docs shadow here. This enhancement is marked as βNeeds Docsβ for 1.27 release.
Please follow the steps detailed in the documentation to open a PR against dev-1.27 branch in the k/website repo. This PR can be just a placeholder at this time, and must be created by March 16. For more information, please take a look at Documenting for a release to familiarize yourself with the documentation requirements for the release.
If you already have existing open PRs please link them to the description so we can easily track them. Thanks!
Hi @jpbetz π,
Checking in as we approach 1.27 code freeze at 17:00 PDT on Tuesday 14th March 2023.
Please ensure the following items are completed:
For this enhancement, it looks like all the linked PRs are merged.
Please let me know what other PRs in k/k I should be tracking for this KEP.
As always, we are here to help should questions come up. Thanks!
Quick update: Implementation PRs are all merged. The docs have all gone though technical review and we are hopeful they will merge by the deadline. Thanks!
/stage beta
/label lead-opted-in
@jpbetz: The label(s) /label lead-opt-in
cannot be applied. These labels are supported: api-review, tide/merge-method-merge, tide/merge-method-rebase, tide/merge-method-squash, team/katacoda, refactor, lead-opted-in, tracked/no, tracked/out-of-tree, tracked/yes
. Is this label configured under labels -> additional_labels
or labels -> restricted_labels
in plugin.yaml
?
/label lead-opted-in
@jpbetz: Can not set label lead-opted-in: Must be member in one of these teams: [release-team-enhancements release-team-leads sig-api-machinery-leads sig-apps-leads sig-architecture-leads sig-auth-leads sig-autoscaling-leads sig-cli-leads sig-cloud-provider-leads sig-cluster-lifecycle-leads sig-contributor-experience-leads sig-docs-leads sig-instrumentation-leads sig-k8s-infra-leads sig-multicluster-leads sig-network-leads sig-node-leads sig-release-leads sig-scalability-leads sig-scheduling-leads sig-security-leads sig-storage-leads sig-testing-leads sig-windows-leads]
/label lead-opted-in
(I've been added to the SIG lead group just now)
@jpbetz: Can not set label lead-opted-in: Must be member in one of these teams: [release-team-enhancements release-team-leads sig-api-machinery-leads sig-apps-leads sig-architecture-leads sig-auth-leads sig-autoscaling-leads sig-cli-leads sig-cloud-provider-leads sig-cluster-lifecycle-leads sig-contributor-experience-leads sig-docs-leads sig-instrumentation-leads sig-k8s-infra-leads sig-multicluster-leads sig-network-leads sig-node-leads sig-release-leads sig-scalability-leads sig-scheduling-leads sig-security-leads sig-storage-leads sig-testing-leads sig-windows-leads]
/label lead-opted-in
Hello @jpbetz π, Enhancements team here.
Just checking in as we approach enhancements freeze on Thursday, 8th 16th June 2023.
Looks like this enhancement is targeting for stage beta
for v1.28
Here's where this enhancement currently stands:
implementable
for latest-milestone:v1.28
For this KEP, we would simply need to update the following:
The status of this enhancement is marked as at risk
. Please keep the issue description up-to-date with appropriate stages as well. Thank you :)
Hello @jpbetz π, Enhancements team here.
Just checking in as we approach enhancements freeze on Thursday, 8th June 2023.
Looks like this enhancement is targeting for stage
beta
forv1.28
Here's where this enhancement currently stands:
- [x] KEP readme using the latest template has been merged into the k/enhancements repo.
- [x] KEP status is marked as
implementable
forlatest-milestone:v1.28
- [x] KEP readme has a updated detailed test plan section filled out
- [x] KEP readme has up to date graduation criteria
- [ ] KEP has a production readiness review that has been completed and merged into k/enhancements.
For this KEP, we would simply need to update the following:
- Get approval from the PRR authors.
- Get the KEP PR merged before enhancements freeze.
The status of this enhancement is marked as
at risk
. Please keep the issue description up-to-date with appropriate stages as well. Thank you :)
@Atharva-Shinde Thanks for the updates! I am working on merging the KEP updates and get PRR review before the deadline!
Hi @Atharva-Shinde , the KEP update for this one has been merged and we should be on track now. Thank you!
Hey @cici37 With all the KEP requirements in place and merged into k/enhancements, this enhancement is all good for the upcoming enhancements freeze. π
The status of this enhancement is marked as tracked
. Please keep the issue description up-to-date with appropriate stages as well. Thank you :)
Enhancement Description
One-line enhancement description (can be used as a release note): CEL for Admission Control
Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/3488-cel-admission-control
Discussion Link: https://groups.google.com/g/kubernetes-sig-api-machinery/c/WBVf_oWm4kU
Primary contact (assignee): cici37
Responsible SIGs: sig-apimachinery
Enhancement target (which target equals to which milestone):
[x] Alpha
k/enhancements
) update PR(s):k/k
) update PR(s):k/website
) update PR(s):[x] Alpha2(in 1.27)
k/enhancements
) update PR(s):k/k
) update PR(s):k/website
) update(s):[x] Beta
k/enhancements
) update PR(s): https://github.com/kubernetes/enhancements/pull/3949k/k
) update PR(s):k/website
) update(s): https://github.com/kubernetes/website/pull/42042[x] Stable
k/enhancements
) update PR(s): https://github.com/kubernetes/enhancements/pull/4225k/k
) update PR(s):k/website
) update(s): https://github.com/kubernetes/website/pull/45249Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.