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 Original file line number Diff line number Diff line change 30
30
- [ Dependencies] ( #dependencies )
31
31
- [ Scalability] ( #scalability )
32
32
- [ Troubleshooting] ( #troubleshooting )
33
+ - [ Implementation History] ( #implementation-history )
33
34
<!-- /toc -->
34
35
35
36
## Release Signoff Checklist
@@ -134,9 +135,13 @@ Unit tests:
134
135
- unit tests for the ipvs and iptables rules
135
136
- unit tests for the validation
136
137
138
+ Integration tests:
139
+ - https://github.com/kubernetes/kubernetes/pull/125237
140
+
137
141
E2E tests:
138
142
- The default behavior for ` ipMode ` does not break any existing e2e tests
139
143
- The default ` VIP ` value is already tested
144
+ - https://github.com/kubernetes/kubernetes/pull/124876
140
145
141
146
## Graduation Criteria
142
147
@@ -377,4 +382,10 @@ kube-proxy reacts on the IP status, so the service LoadBalancer IP and configura
377
382
N/A
378
383
379
384
# ##### 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