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
Copy file name to clipboardExpand all lines: keps/sig-network/563-dual-stack/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1243,7 +1243,7 @@ v1.21: Moved from `Alpha` to `Beta`
1243
1243
1244
1244
v1.22: Gathering beta user feedback and making bugfixes as needed.
1245
1245
1246
-
v1.23: Planning to move from `Beta` to `Stable`
1246
+
v1.23: Moved from `Beta` to `Stable`
1247
1247
1248
1248
## Alternatives
1249
1249
@@ -1379,10 +1379,10 @@ This capability will move to beta when the following criteria have been met.
1379
1379
1380
1380
This capability will move to stable when the following criteria have been met.
1381
1381
1382
-
* Support of at least one CNI plugin to provide multi-IP
1383
-
* e2e test successfully running on two platforms
1384
-
* testing ingress controller infrastructure with updated dual-stack services
1385
-
* dual-stack tests run as pre-submit blocking for PRs
1382
+
* Support of at least one CNI plugin to provide multi-IP ([Cilium](https://cilium.io/blog/2021/05/20/cilium-110) and [Calico](https://www.tigera.io/blog/dual-stack-operation-with-calico-on-kubernetes/))
1383
+
* e2e test successfully running on two platforms (Azure and kind)
1384
+
* dual-stack service object is backwards-compatible with existing ingress controllers, so ingress controller infrastructure remains the same with updated dual-stack services
1385
+
* dual-stack tests always run as pre-submit (non-blocking) for PRs
0 commit comments