-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of mixed protocols in Services with type=LoadBalancer #1435
Comments
/sig network |
Original issue: kubernetes/kubernetes#23880 |
Hey there @janosi -- 1.18 Enhancements shadow here. I wanted to check in and see if you think this Enhancement will be graduating to alpha in 1.18 or having a major change in its current level? The current release schedule is: Tuesday, January 28th EOD PST - Enhancements Freeze To be included in the release, this enhancement must have a merged KEP in the implementable status. The KEP must also have graduation criteria and a Test Plan defined. If you would like to include this enhancement, once coding begins please list all relevant k/k PRs in this issue so they can be tracked properly. 👍 Thanks! |
Hello @helayoty, thank you for your guidance! I really hope we can make it in 1.18. Let's hope we can have an agreed design plan via the KEP on time, and then the implementation can be finished. The relevant PR in k/k: kubernetes/kubernetes#75831 |
Thanks, @janosi for the update. Would you please include the KEP PR if any? |
/milestone v1.18 |
@helayoty Yes, of course. I added the ref to the KEP PR to the initial description of this issue. |
Hi @janosi as a reminder: today is the deadline for Enhancements Freeze for 1.18. If you need any help from the release team's side please let us know. |
@kikisdeliveryservice Yeah, thank you! Actually I wait for a go/no go statement on the KEP PR from the SIG Network members @thockin @caseydavenport @andrewsykim |
Hey @janosi, unfortunately since the KEP didn't merge before enhancement freeze, we're going to need to remove it from the milestone. If you can get the KEP merged, you can file an Exception Request and we can add it back to the milestone. |
/milestone clear |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Hi @janosi -- 1.19 Enhancements Lead here, I wanted to check in if you think this enhancement would graduate in 1.19? In order to have this part of the release:
The current release schedule is:
|
Hi @palnabarun , The situation is same here as with the SCTP feature. I do not know what will happen. The KEP waits for more comments as there was an alternative proposal for the control of the solution. That is the last update that happened 28 days ago. |
What's needed here? This appears to have stalled; I'd love to help if there's anything I can do. |
@janosi -- Unfortunately, the deadline for the 1.19 Enhancement freeze has passed. For now, this is being removed from the milestone and 1.19 tracking sheet. If there is a need to get this in, please file an enhancement exception. |
@Atharva-Shinde k/k PR kubernetes/kubernetes#112895 has been merged. |
Hi @janosi - since this enhancement has graduated to stable can you please update https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/1435-mixed-protocol-lb/kep.yaml setting the status to |
The external cloud provider controller for loadbaancers does not support Services with different protocols and most probably it will never support them, since most of the functionality and development for loadbalancers is being done in the ingress-gce project. Ref: kubernetes/enhancements#1435 Change-Id: Iaec2ee17ccdc7c55c613189d8a3708b5a62d5076
The external cloud provider controller for loadbaancers does not support Services with different protocols and most probably it will never support them, since most of the functionality and development for loadbalancers is being done in the ingress-gce project. Ref: kubernetes/enhancements#1435 Change-Id: Iaec2ee17ccdc7c55c613189d8a3708b5a62d5076
The external cloud provider controller for loadbaancers does not support Services with different protocols and most probably it will never support them, since most of the functionality and development for loadbalancers is being done in the ingress-gce project. Ref: kubernetes/enhancements#1435 Change-Id: Iaec2ee17ccdc7c55c613189d8a3708b5a62d5076
NEXT: Remove gate in 1.28 |
DONE |
The external cloud provider controller for loadbaancers does not support Services with different protocols and most probably it will never support them, since most of the functionality and development for loadbalancers is being done in the ingress-gce project. Ref: kubernetes/enhancements#1435 Change-Id: Iaec2ee17ccdc7c55c613189d8a3708b5a62d5076
The external cloud provider controller for loadbaancers does not support Services with different protocols and most probably it will never support them, since most of the functionality and development for loadbalancers is being done in the ingress-gce project. Ref: kubernetes/enhancements#1435 Change-Id: Iaec2ee17ccdc7c55c613189d8a3708b5a62d5076
Enhancement Description
KEP document: https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/20200103-mixed-protocol-lb.md
GA k/k PR in v1.26: kubernetes/kubernetes#112895
Please to keep this description up to date. This will help the Enhancement Team track efficiently the evolution of the enhancement
The text was updated successfully, but these errors were encountered: