Skip to content

Commit a63234e

Browse files
committed
implementable, bump kep.yaml, add CEL discussion
1 parent a86a0e9 commit a63234e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

keps/sig-multicluster/2149-clusterid/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ when drafting this test plan.
532532

533533
- Determine if an `id.k8s.io ClusterProperty` be strictly a valid DNS label, or is allowed to be a subdomain.
534534
- To CRD or not to CRD (see section above)
535+
- Determine if CRD implementation should use CEL validation to limit byte length instead of code points; this would make it only compatible with 1.23+ where CEL validation is behind a feature gate for alpha.
535536

536537
#### Beta -> GA criteria
537538

keps/sig-multicluster/2149-clusterid/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ owning-sig: sig-multicluster
77
#participating-sigs:
88
# - sig-aaa
99
# - sig-bbb
10-
status: provisional
10+
status: implementable
1111
creation-date: 2020-11-13
1212
reviewers:
1313
- "@mikedanese"
@@ -26,7 +26,7 @@ stage: alpha
2626
# The most recent milestone for which work toward delivery of this KEP has been
2727
# done. This can be the current (upcoming) milestone, if it is being actively
2828
# worked on.
29-
latest-milestone: "v1.23"
29+
latest-milestone: "v1.24"
3030

3131
# The milestone at which this feature was, or is targeted to be, at each stage.
3232
# milestone:

0 commit comments

Comments
 (0)