Skip to content

Commit e14f42e

Browse files
authored
Merge pull request #3781 from cici37/crdUpdate
KEP-2876: Define GA graduation criteria
2 parents d4652e6 + ea90a67 commit e14f42e

File tree

1 file changed

+6
-0
lines changed
  • keps/sig-api-machinery/2876-crd-validation-expression-language

1 file changed

+6
-0
lines changed

keps/sig-api-machinery/2876-crd-validation-expression-language/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
- [Graduation Criteria](#graduation-criteria)
4545
- [Alpha](#alpha)
4646
- [Beta](#beta)
47+
- [GA](#ga)
4748
- [Production Readiness Review Questionnaire](#production-readiness-review-questionnaire)
4849
- [Feature Enablement and Rollback](#feature-enablement-and-rollback)
4950
- [Rollout, Upgrade and Rollback Planning](#rollout-upgrade-and-rollback-planning)
@@ -1114,6 +1115,11 @@ We plan to add e2e test under api-machinery for crd expression validation:
11141115
- Optimization on super-linear complexity growth
11151116
- Adding metric of the latency of CEL evaluation for CRD evaluation
11161117

1118+
#### GA
1119+
1120+
- Formatted message. This targets in 1.27 and ideally should be in at least one release before going to GA.
1121+
- Scalability evaluation. Evaluate CRD scalability with validation rules against [previous scale target](https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/95-custom-resource-definitions/README.md#scale-targets-for-ga).
1122+
11171123
## Production Readiness Review Questionnaire
11181124

11191125
### Feature Enablement and Rollback

0 commit comments

Comments
 (0)