Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KEP-563 - Moving IPv4/IPv6 dual-stack networking to stable in 1.23 #2860

Merged
merged 3 commits into from
Aug 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
bridgetkromhout marked this conversation as resolved.
Show resolved Hide resolved


## 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