-
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
KEP-1965: add GA criterias APIServerIdentity #4067
Conversation
andrewsykim
commented
Jun 8, 2023
- One-line PR description: add GA criterias for APIServerIdentity
- Issue link: kube-apiserver identity #1965
- Other comments:
Signed-off-by: andrewsykim <[email protected]>
@@ -179,7 +179,7 @@ Alpha should provide basic functionality covered with tests described above. | |||
|
|||
#### Beta -> GA Graduation | |||
|
|||
==TODO== | |||
- support for aggregated apiservers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@enj last I checked this was the biggest thing that was left for GA, anything else come to mind?
Signed-off-by: andrewsykim <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
xref #4015 which will write kube-apiserver peer IPs to the v1.Lease used for APIServerIdentity. This doesn't directly impact this KEP, or it's graduation, but I wanted to keep everyone aware. cc @richabanker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW This KEP has not be opted into this release.
|
||
# The milestone at which this feature was, or is targeted to be, at each stage. | ||
milestone: | ||
alpha: "v1.20" | ||
beta: "v1.26" | ||
stable: "v1.28" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO this is not ready for stable - IIUC nothing actually uses this functionality, so we have no proof or experience that it actually works. GA graduation criteria should include at least one, ideally two plus usages of this feature (and those usages need to beta level).
The conversation around kubernetes/kubernetes#114314 (comment) happened so long ago that I have forgotten all the things that we need to fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO this is not ready for stable - IIUC nothing actually uses this functionality, so we have no proof or experience that it actually works. GA graduation criteria should include at least one, ideally two plus usages of this feature (and those usages need to beta level).
I think it's reasonable to say this feature shouldn't GA until StorageVersion API is Beta, which is currently the primary use-case for it. I'll add this to the GA criteria.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For posterity: UVIP is using this but is still in alpha.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: andrewsykim The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -179,7 +178,7 @@ Alpha should provide basic functionality covered with tests described above. | |||
|
|||
#### Beta -> GA Graduation | |||
|
|||
==TODO== | |||
- support for aggregated apiservers (with sufficient integration/e2e test coverage) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need to document how to implement this in your aggregated API server. The docs should cover what's needed even if your implementation isn't in Go. It doesn't need to be in any great detail but I'm convinced we should make it feasible for an author to at least learn what they must implement themselves in order to conform.
Are we planning anything for 1.29 for this feature? I see the comments about waiting for SVM, are we in a holding pattern for a bit on this one? |
To confirm: Is the only pending requirement for this to graduate to GA that - StorageVersion API needs graduating to beta first? From what I understand, in order for StorageVersion API to graduate to beta, we need to
I am willing to work on this (graduating both StorageVersion API and APIServer Identity), if I can get some guidance in what's required for both. @enj @andrewsykim |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages 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 PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closed this PR. 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-sigs/prow repository. |