Skip to content
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

AWS e2e failure: type and nodeport test requires UDP #20911

Closed
justinsb opened this issue Feb 9, 2016 · 0 comments
Closed

AWS e2e failure: type and nodeport test requires UDP #20911

justinsb opened this issue Feb 9, 2016 · 0 comments
Assignees
Labels
priority/backlog Higher priority than priority/awaiting-more-evidence.
Milestone

Comments

@justinsb
Copy link
Member

justinsb commented Feb 9, 2016

https://console.developers.google.com/storage/browser/kubernetes-buildlogs-aws/logs/kubernetes-e2e-aws/20160209164253/

I0209 17:01:05.907028       9 servicecontroller.go:223] Got new Updated delta for service: &{TypeMeta:{Kind: APIVersion:} ObjectMeta:{Name:mutability-test GenerateName: Namespace:e2e-tests-services-jm1q2 SelfLink:/api/v1/namespaces/e2e-tests-services-jm1q2/services/mutability-test UID:aa91ec54-cf4e-11e5-897e-066a647c0613 ResourceVersion:3202 Generation:0 CreationTimestamp:2016-02-09 17:00:48 +0000 UTC DeletionTimestamp:<nil> DeletionGracePeriodSeconds:<nil> Labels:map[testid:mutability-test-aa82d48f-cf4e-11e5-a0e0-0242ac110002] Annotations:map[]} Spec:{Type:LoadBalancer Ports:[{Name: Protocol:UDP Port:80 TargetPort:{Type:0 IntVal:80 StrVal:} NodePort:30785}] Selector:map[testid:mutability-test-aa82d48f-cf4e-11e5-a0e0-0242ac110002] ClusterIP:10.0.65.173 ExternalIPs:[] LoadBalancerIP: SessionAffinity:None} Status:{LoadBalancer:{Ingress:[]}}}
I0209 17:01:05.907421       9 servicecontroller.go:318] Ensuring LB for service e2e-tests-services-jm1q2/mutability-test
I0209 17:01:05.907456       9 aws.go:1772] EnsureLoadBalancer(aaa91ec54cf4e11e5897e066a647c061, us-east-1, <nil>, [0xc2093cefa0], [ip-172-20-0-70.ec2.internal ip-172-20-0-249.ec2.internal ip-172-20-0-68.ec2.internal])

Looks like we assume UDP, but AWS doesn't support UDP load balancers. We can probably detect AWS and just use TCP.

@justinsb justinsb modified the milestone: v1.2 Feb 10, 2016
justinsb added a commit to justinsb/kubernetes that referenced this issue Feb 10, 2016
AWS doesn't support type=LoadBalancer with UDP services.  For now, we
simply skip over the test with type=LoadBalancer on AWS for the UDP
service.

Fix kubernetes#20911
@davidopp davidopp added the priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. label Feb 12, 2016
@bprashanth bprashanth added priority/backlog Higher priority than priority/awaiting-more-evidence. and removed priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Feb 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

No branches or pull requests

3 participants