Skip to content

Commit

Permalink
Merge pull request #2860 from bridgetkromhout/dual-stack-1-23
Browse files Browse the repository at this point in the history
KEP-563 - Moving IPv4/IPv6 dual-stack networking to stable in 1.23
  • Loading branch information
k8s-ci-robot authored Aug 30, 2021
2 parents 97da0f7 + bb16495 commit b1962a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions keps/sig-network/563-dual-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ v1.21: Moved from `Alpha` to `Beta`
v1.22: Gathering beta user feedback and making bugfixes as needed.
v1.23: Planning to move from `Beta` to `Stable`
v1.23: Moved from `Beta` to `Stable`
## Alternatives
Expand Down Expand Up @@ -1379,10 +1379,10 @@ This capability will move to beta when the following criteria have been met.
This capability will move to stable when the following criteria have been met.
* Support of at least one CNI plugin to provide multi-IP
* e2e test successfully running on two platforms
* testing ingress controller infrastructure with updated dual-stack services
* dual-stack tests run as pre-submit blocking for PRs
* 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/))
* e2e test successfully running on two platforms (Azure and kind)
* dual-stack service object is backwards-compatible with existing ingress controllers, so ingress controller infrastructure remains the same with updated dual-stack services
* dual-stack tests always run as pre-submit (non-blocking) for PRs
## Production Readiness Review Questionnaire
Expand Down
8 changes: 4 additions & 4 deletions keps/sig-network/563-dual-stack/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ prr-approvers:
- "@johnbelamaric"
editor: TBD
creation-date: "2018-05-21"
last-updated: "2021-05-03"
status: implementable
stage: beta
latest-milestone: v1.22
last-updated: "2021-08-13"
status: implemented
stage: stable
latest-milestone: v1.23
milestone:
alpha: "v1.20"
beta: "v1.21"
Expand Down

0 comments on commit b1962a9

Please sign in to comment.