address review comments
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
This commit is contained in:
parent
b3fd173481
commit
8e2efbd536
|
@ -79,31 +79,36 @@
|
||||||
- [client-go auth plugins](https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/541-external-credential-providers)
|
- [client-go auth plugins](https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/541-external-credential-providers)
|
||||||
- [external kubelet credential providers](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/2133-kubelet-credential-providers)
|
- [external kubelet credential providers](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/2133-kubelet-credential-providers)
|
||||||
- [New features in Secrets Store CSI driver](https://secrets-store-csi-driver.sigs.k8s.io/introduction.html#features)
|
- [New features in Secrets Store CSI driver](https://secrets-store-csi-driver.sigs.k8s.io/introduction.html#features)
|
||||||
- [PSP v2](https://github.com/kubernetes/enhancements/issues/2579)
|
- [Pod Security Policy Replacement](https://github.com/kubernetes/enhancements/issues/2579)
|
||||||
|
|
||||||
**Year to date KEP work review: What’s now stable? Beta? Alpha? Road to alpha?**
|
**Year to date KEP work review: What’s now stable? Beta? Alpha? Road to alpha?**
|
||||||
|
|
||||||
- Stable
|
- Stable
|
||||||
- Certificates API
|
- BoundServiceAccountToken (v1.22)
|
||||||
- TokenRequest
|
- Certificates API (v1.19)
|
||||||
- TokenRequestProjection
|
- TokenRequest (v1.20)
|
||||||
- ServiceAccountIssuerDiscovery
|
- TokenRequestProjection (v1.20)
|
||||||
|
- RootCAConfigMap (v1.21)
|
||||||
|
- ServiceAccountIssuerDiscovery (v1.21)
|
||||||
- Beta
|
- Beta
|
||||||
- CSIServiceAccountToken
|
- CSIServiceAccountToken
|
||||||
- RootCAConfigMap
|
|
||||||
- BoundServiceAccountToken
|
|
||||||
- Alpha
|
- Alpha
|
||||||
- Hierarchical Namespace Controller
|
- Hierarchical Namespace Controller
|
||||||
|
- Road to alpha
|
||||||
|
- Pod Security Policy Replacement
|
||||||
|
|
||||||
**What areas and/or subprojects does the group need the most help with?**
|
**What areas and/or subprojects does the group need the most help with?**
|
||||||
|
|
||||||
- PSP v2
|
|
||||||
- Audit Logging
|
- Audit Logging
|
||||||
- Audit ID
|
- Audit ID
|
||||||
|
https://github.com/kubernetes/kubernetes/issues/101597
|
||||||
|
https://github.com/kubernetes/kubernetes/issues/84571
|
||||||
- Testing
|
- Testing
|
||||||
- KMS
|
- KMS
|
||||||
- [KMS-Plugin: Areas for improvement](https://docs.google.com/document/d/1-WHXX_Dh_MNcJb2QJxF0gOAvLjh0fAnc3QrylWdMZJA/edit)
|
- [KMS-Plugin: Areas for improvement](https://docs.google.com/document/d/1-WHXX_Dh_MNcJb2QJxF0gOAvLjh0fAnc3QrylWdMZJA/edit)
|
||||||
|
|
||||||
**What's the average open days of a PR and Issue in your group? / what metrics does your group care about and/or measure?**
|
**What's the average open days of a PR and Issue in your group? / what metrics does your group care about and/or measure?**
|
||||||
|
|
||||||
- We do not currently have this data and will need to get metrics.
|
- Based on devstats [Issue Velocity / Issues age by SIG and repository groups](https://k8s.devstats.cncf.io/d/15/issues-age-by-sig-and-repository-groups?orgId=1&var-period=d7&var-repogroup_name=Kubernetes&var-sig_name=auth&var-kind_name=All&var-prio_name=All) at the time of writing this report, median time to close sig auth issues in Kubernetes/Kubernetes created in the last 7 days is roughly 24 hours.
|
||||||
|
- Based on devstats [Issue Velocity / Inactive Issues by SIG for 90 days or more](https://k8s.devstats.cncf.io/d/73/inactive-issues-by-sig?orgId=1&var-sigs=%22auth%22) at the time of writing this report, average is 7.
|
||||||
|
- Based on devstats [PR Velocity / Awaiting PRs by SIG for 90 days or more](https://k8s.devstats.cncf.io/d/70/awaiting-prs-by-sig?orgId=1&var-sigs=%22auth%22) at the time of writing this report, average is 47.
|
||||||
|
|
Loading…
Reference in New Issue