Skip to content

Commit 9d2003a

Browse files
committed
Address comments
1 parent aad5a5c commit 9d2003a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2407,7 +2407,7 @@ in back-to-back releases.
24072407
- Complete type check for CRD and aggregated types
24082408
- Scalability evaluation. Evaluate ValidatingAdmissionPolicy scalability including how many validators it could run, runtime cost evaluation, evaluating the reasonable ResourceQuota for
24092409
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))
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), [reconsilition with api-server restart](https://github.com/kubernetes/kubernetes/issues/122658))
24112411
- Get agreement on the excluded resources in [this issue](https://github.com/kubernetes/kubernetes/issues/122205).
24122412
- 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.
24132413
- Adoption: at least two organizations have demonstrated it is useful for major use cases.

0 commit comments

Comments
 (0)