Skip to content

Commit b1962a9

Browse files
authored
Merge pull request #2860 from bridgetkromhout/dual-stack-1-23
KEP-563 - Moving IPv4/IPv6 dual-stack networking to stable in 1.23
2 parents 97da0f7 + bb16495 commit b1962a9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

keps/sig-network/563-dual-stack/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ v1.21: Moved from `Alpha` to `Beta`
12431243
12441244
v1.22: Gathering beta user feedback and making bugfixes as needed.
12451245
1246-
v1.23: Planning to move from `Beta` to `Stable`
1246+
v1.23: Moved from `Beta` to `Stable`
12471247
12481248
## Alternatives
12491249
@@ -1379,10 +1379,10 @@ This capability will move to beta when the following criteria have been met.
13791379
13801380
This capability will move to stable when the following criteria have been met.
13811381
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
13861386
13871387
13881388
## Production Readiness Review Questionnaire

keps/sig-network/563-dual-stack/kep.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ prr-approvers:
1919
- "@johnbelamaric"
2020
editor: TBD
2121
creation-date: "2018-05-21"
22-
last-updated: "2021-05-03"
23-
status: implementable
24-
stage: beta
25-
latest-milestone: v1.22
22+
last-updated: "2021-08-13"
23+
status: implemented
24+
stage: stable
25+
latest-milestone: v1.23
2626
milestone:
2727
alpha: "v1.20"
2828
beta: "v1.21"

0 commit comments

Comments
 (0)