You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update graduation criteria based on 5/11 SIG-MC discussions
Removed kube-proxy implementation related items (now consider these an implementation detail0
Explicitly tied MCS API to Cluster ID KEP's maturity level
Copy file name to clipboardExpand all lines: keps/sig-multicluster/1645-multi-cluster-services-api/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -870,19 +870,18 @@ when drafting this test plan.
870
870
- A detailed DNS spec for multi-cluster services.
871
871
- NetworkPolicy either solved or explicitly ruled out.
872
872
- API group chosen and approved.
873
-
- Implementation strategy defined and approved.
874
-
- Kube-proxy can consume ServiceImport and EndpointSlice.
875
873
- E2E tests exist for MCS services.
876
874
- Beta -> GA Graduation criteria defined.
877
875
- At least one MCS DNS implementation.
878
876
- A formal plan for a standard Cluster ID.
879
877
- Finalize a name for the "supercluster" concept.
878
+
- [Cluster ID KEP](https://github.com/kubernetes/enhancements/tree/master/keps/sig-multicluster/2149-clusterid) is in beta
880
879
881
880
#### Beta -> GA Graduation
882
881
883
882
- Scalability/performance testing, understanding impact on cluster-local service
884
883
scalability.
885
-
- Cluster ID defined, with at least one other multi-cluster use case.
884
+
- [Cluster ID KEP](https://github.com/kubernetes/enhancements/tree/master/keps/sig-multicluster/2149-clusterid) is GA, with at least one other multi-cluster use case.
886
885
887
886
<!--
888
887
**Note:** *Not required until targeted at a release.*
0 commit comments