Skip to content

Commit dc91c0e

Browse files
RyanAohAohan
authored and
Aohan
committed
Add the implementation history section
1 parent db1da54 commit dc91c0e

File tree

1 file changed

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

1 file changed

+11
-1
lines changed

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

+11-1
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,13 @@ Unit tests:
134134
- unit tests for the ipvs and iptables rules
135135
- unit tests for the validation
136136

137+
Integration tests:
138+
- https://github.com/kubernetes/kubernetes/pull/125237
139+
137140
E2E tests:
138141
- The default behavior for `ipMode` does not break any existing e2e tests
139142
- The default `VIP` value is already tested
143+
- https://github.com/kubernetes/kubernetes/pull/124876
140144

141145
## Graduation Criteria
142146

@@ -377,4 +381,10 @@ kube-proxy reacts on the IP status, so the service LoadBalancer IP and configura
377381
N/A
378382

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

0 commit comments

Comments
 (0)