Skip to content

Commit

Permalink
reopen KEP 1860
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanAoh committed Jul 10, 2023
1 parent 35befff commit abf0214
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
6 changes: 6 additions & 0 deletions keps/prod-readiness/sig-network/1860.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# The KEP must have an approver from the
# "prod-readiness-approvers" group
# of http://git.k8s.io/enhancements/OWNERS_ALIASES
kep-number: 1860
alpha:
approver: "@wojtek-t"
19 changes: 11 additions & 8 deletions keps/sig-network/1860-kube-proxy-IP-node-binding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,20 @@

Items marked with (R) are required *prior to targeting to a milestone / release*.

- [x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
- [x] (R) KEP approvers have approved the KEP status as `implementable`
- [x] (R) Design details are appropriately documented
- [x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
- [x] (R) Graduation criteria is in place
- [ ] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
- [ ] (R) KEP approvers have approved the KEP status as `implementable`
- [ ] (R) Design details are appropriately documented
- [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
- [ ] e2e Tests for all Beta API Operations (endpoints)
- [ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
- [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
- [ ] (R) Graduation criteria is in place
- [ ] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
- [ ] (R) Production readiness review completed
- [ ] Production readiness review approved
- [ ] (R) Production readiness review approved
- [ ] "Implementation History" section is up-to-date for milestone
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
- [ ] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
- [ ] Supporting documentatione.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes


## Summary
Expand Down Expand Up @@ -122,7 +126,6 @@ API changes to Service:
Unit tests:
- unit tests for the ipvs and iptables rules
- unit tests for the validation
- unit tests for a new util in pkg/proxy

E2E tests:
- The default behavior for `ipMode` does not break any existing e2e tests
Expand Down
12 changes: 6 additions & 6 deletions keps/sig-network/1860-kube-proxy-IP-node-binding/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ approvers:
- "@thockin"
- "@andrewsykim"

# latest-milestone: "v1.21"
stage: "alpha"

latest-milestone: "v1.29"

milestone:
alpha: "v1.21"
beta: "v1.22"
alpha: "v1.29"
beta: "v1.30"
stable: "v1.31"

feature-gates:
- name: LoadBalancerIPMode
components:
- kube-apiserver
- kube-proxy
disable-supported: true

latest-milestone: "0.0"
stage: "alpha"

0 comments on commit abf0214

Please sign in to comment.