-
Notifications
You must be signed in to change notification settings - Fork 40k
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 UDP with AWS NLB #79523
Comments
/sig aws |
/kind feature |
/remove-kind bug |
/milestone v1.16 |
@mcrute: You must be a member of the kubernetes/milestone-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your and have them propose you as an additional delegate for this responsibility. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/milestone v1.16 |
I am taking up this Feature Development. How can this be assigned to me? |
/assign @bhagwat070919 |
+1 |
+1 I am experiencing the same issue. NLB also supports UDP_TCP type, any service using service.beta.kubernetes.io/aws-load-balancer-type: "nlb" should be able to mix TCP and UDP port configs. |
@bhagwat070919 Any progress? I can collaborate on this, if you need a hand. |
+1 |
+1
On Thu, Jul 18, 2019 at 12:58 Adam Murphy ***@***.***> wrote:
+1
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#79523?email_source=notifications&email_token=AE4S5B6RCE3CNK7SYSOTAWLQACVN5A5CNFSM4H4EQRR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2JJENA#issuecomment-512922164>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE4S5B5GRYCWTGT6SWR46EDQACVN5ANCNFSM4H4EQRRQ>
.
--
--
Michael Jones
[email protected]
|
+1 |
I just ran into this. Any updates? |
Attempting to fix it with #80394 |
+1 |
1 similar comment
+1 |
+1 |
2 similar comments
+1 |
+1 |
Hello @mmerrill3, @kirrmann, @pjryan93 ! |
C/O @kubernetes/sig-cloud-provider-admins: |
/remove-kind bug |
Is there any work remaining to be done on this? Willing to contribute if so, would really love to see this make it into 1.18! |
Thanks for the reply @edobry! This has been a long running issue, and given that there has not been any recent activity, would it make more sense to once again move the milestone? We are 2 days away from code freeze (5 March). |
I wonder what "activity" you are expecting. |
We are now in code freeze for 1.18, so I am moving this to the next milestone. |
Hello, as of now, I see milestone v1.19 is 65% completed. |
People have been trying to be constructive here. But the team doesn't even try to tell us what is pending. Sad. |
Would also love to see this feature for EKS - and am willing to help out. Even if we could get it in 1.19 it would still take a long time to become available in EKS (which is currently at 1.15). So the sooner we can start work on this - the better :-) |
+1 Also hope we could get in 1.19 and happy to help out! |
any update on this pretty please ? |
whats the update here? |
From what I can see, the main issues that remain unresolved since the first PR last year:
See "Things to know" on the original announcement blog post for NLB UDP support. |
What happened:
Error creating load balancer (will retry): failed to ensure load balancer for service default/test: Only TCP LoadBalancer is supported for AWS ELB
What you expected to happen: kubernetes creating an AWS NLB for UDP
How to reproduce it (as minimally and precisely as possible): Create service with annotation
service.beta.kubernetes.io/aws-load-balancer-type: nlb
and port withprotocol: UDP
Anything else we need to know?:
AWS recently announced that UDP is available within their NLB https://aws.amazon.com/de/blogs/aws/new-udp-load-balancing-for-network-load-balancer/
Environment:
kubectl version
): 1.11.9The text was updated successfully, but these errors were encountered: