Skip to content

Commit b830921

Browse files
authored
Merge pull request #4891 from RyanAoh/kep-1860-ga
Add the implementation history section
2 parents ed5d0b1 + ddbc1f3 commit b830921

File tree

1 file changed

+12
-1
lines changed
  • keps/sig-network/1860-kube-proxy-IP-node-binding

1 file changed

+12
-1
lines changed

keps/sig-network/1860-kube-proxy-IP-node-binding/README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
- [Dependencies](#dependencies)
3131
- [Scalability](#scalability)
3232
- [Troubleshooting](#troubleshooting)
33+
- [Implementation History](#implementation-history)
3334
<!-- /toc -->
3435

3536
## Release Signoff Checklist
@@ -134,9 +135,13 @@ Unit tests:
134135
- unit tests for the ipvs and iptables rules
135136
- unit tests for the validation
136137

138+
Integration tests:
139+
- https://github.com/kubernetes/kubernetes/pull/125237
140+
137141
E2E tests:
138142
- The default behavior for `ipMode` does not break any existing e2e tests
139143
- The default `VIP` value is already tested
144+
- https://github.com/kubernetes/kubernetes/pull/124876
140145

141146
## Graduation Criteria
142147

@@ -377,4 +382,10 @@ kube-proxy reacts on the IP status, so the service LoadBalancer IP and configura
377382
N/A
378383

379384
###### What steps should be taken if SLOs are not being met to determine the problem?
380-
N/A
385+
N/A
386+
387+
## Implementation History
388+
389+
- 2020-06-18: Initial KEP
390+
- 2023-12-14: Alpha release with Kubernetes 1.29
391+
- 2024-04-18: Beta release with Kubernetes 1.30

0 commit comments

Comments
 (0)