Skip to content

Commit cab8d4f

Browse files
committed
Clear the GA graduation criteria
1 parent e09ddc2 commit cab8d4f

File tree

1 file changed

+8
-1
lines changed
  • keps/sig-api-machinery/3488-cel-admission-control

1 file changed

+8
-1
lines changed

keps/sig-api-machinery/3488-cel-admission-control/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2404,7 +2404,14 @@ in back-to-back releases.
24042404
- support the list of features mentioned under phrase 2
24052405

24062406
## GA
2407-
- complete type check for CRD and aggregated types
2407+
- Complete type check for CRD and aggregated types
2408+
- Scalability evaluation. Evaluate ValidatingAdmissionPolicy scalability including how many validators it could run, runtime cost evaluation, evaluating the reasonable ResourceQuota for
2409+
ValidatingAdmissionPolicy, how much faster comparing with Webhook, the scale target, etc.
2410+
- Fix the known issues along the way([variables should keep the type info](https://github.com/kubernetes/kubernetes/issues/120239), [variables should mark omitempty](https://github.com/kubernetes/kubernetes/issues/120491), [properly escape](https://github.com/kubernetes/kubernetes/issues/118230))
2411+
- Get agreement on the excluded resources in [this issue](https://github.com/kubernetes/kubernetes/issues/122205).
2412+
- Define the mechanism for CEL library update policy after GA(version skew policy, the policy to update CEL library, etc). Sync with Declarative Validation on CEL libraries to prevent unexpected libraries be added after GA. Provide documentation on library change.
2413+
- Adoption: at least two organizations have demonstrated it is useful for major use cases.
2414+
- Have enough test coverage for common use cases and corner use cases.
24082415

24092416
### Upgrade / Downgrade Strategy
24102417

0 commit comments

Comments
 (0)