File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
keps/sig-network/1860-kube-proxy-IP-node-binding Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 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+
137141E2E 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
377382N/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
You can’t perform that action at this time.
0 commit comments