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

e2e test: unable to change service to load balancer in GCE? #23983

Closed
sjpotter opened this issue Apr 7, 2016 · 4 comments
Closed

e2e test: unable to change service to load balancer in GCE? #23983

sjpotter opened this issue Apr 7, 2016 · 4 comments
Assignees
Milestone

Comments

@sjpotter
Copy link
Contributor

sjpotter commented Apr 7, 2016

In trying to get rktnetes off the ground we are going through all the e2e tests

I'm running the test

[k8s.io] Services [It] should be able to change the type and ports of a service 

and it steps are

STEP: changing the TCP service to type=LoadBalancer
STEP: changing the UDP service to type=LoadBalancer
STEP: waiting for the TCP service to have a load balancer
Apr  7 08:48:26.314: INFO: Waiting up to 20m0s for service "mutability-test" to have a LoadBalancer

but in watching the events I see

e2e-tests-services-7jxbo   2016-04-07 08:52:24 -0700 PDT   2016-04-07 08:52:24 -0700 PDT   1         mutability-test   Service             Normal    Type      {service-controller }   NodePort -> LoadBalancer
e2e-tests-services-7jxbo   2016-04-07 08:52:24 -0700 PDT   2016-04-07 08:52:24 -0700 PDT   1         mutability-test   Service             Normal    CreatingLoadBalancer   {service-controller }   Creating load balancer
e2e-tests-services-5lf81   2016-04-07 08:52:24 -0700 PDT   2016-04-07 08:52:24 -0700 PDT   1         mutability-test   Service             Normal    Type      {service-controller }   NodePort -> LoadBalancer
e2e-tests-services-5lf81   2016-04-07 08:52:24 -0700 PDT   2016-04-07 08:52:24 -0700 PDT   1         mutability-test   Service             Normal    CreatingLoadBalancer   {service-controller }   Creating load balancer
e2e-tests-services-7jxbo   2016-04-07 08:52:25 -0700 PDT   2016-04-07 08:52:25 -0700 PDT   1         mutability-test   Service             Warning   CreatingLoadBalancerFailed   {service-controller }   Error creating load balancer (will retry): Failed to create load balancer for service e2e-tests-services-7jxbo/mutability-test: requested ip 104.197.255.112 is neither static nor assigned to LB a9e135276fcd811e5a74b42010af0000(e2e-tests-services-7jxbo/mutability-test): <nil>
e2e-tests-services-7jxbo   2016-04-07 08:52:24 -0700 PDT   2016-04-07 08:52:30 -0700 PDT   2         mutability-test   Service             Normal    Type      {service-controller }   NodePort -> LoadBalancer
e2e-tests-services-7jxbo   2016-04-07 08:52:24 -0700 PDT   2016-04-07 08:52:30 -0700 PDT   2         mutability-test   Service             Normal    CreatingLoadBalancer   {service-controller }   Creating load balancer
e2e-tests-services-7jxbo   2016-04-07 08:52:25 -0700 PDT   2016-04-07 08:52:31 -0700 PDT   2         mutability-test   Service             Warning   CreatingLoadBalancerFailed   {service-controller }   Error creating load balancer (will retry): Failed to create load balancer for service e2e-tests-services-7jxbo/mutability-test: requested ip 104.197.255.112 is neither static nor assigned to LB a9e135276fcd811e5a74b42010af0000(e2e-tests-services-7jxbo/mutability-test): <nil>
e2e-tests-services-7jxbo   2016-04-07 08:52:24 -0700 PDT   2016-04-07 08:52:41 -0700 PDT   3         mutability-test   Service             Normal    Type      {service-controller }   NodePort -> LoadBalancer
e2e-tests-services-7jxbo   2016-04-07 08:52:24 -0700 PDT   2016-04-07 08:52:41 -0700 PDT   3         mutability-test   Service             Normal    CreatingLoadBalancer   {service-controller }   Creating load balancer
e2e-tests-services-7jxbo   2016-04-07 08:52:25 -0700 PDT   2016-04-07 08:52:41 -0700 PDT   3         mutability-test   Service             Warning   CreatingLoadBalancerFailed   {service-controller }   Error creating load balancer (will retry): Failed to create load balancer for service e2e-tests-services-7jxbo/mutability-test: requested ip 104.197.255.112 is neither static nor assigned to LB a9e135276fcd811e5a74b42010af0000(e2e-tests-services-7jxbo/mutability-test): <nil>
e2e-tests-services-7jxbo   2016-04-07 08:52:24 -0700 PDT   2016-04-07 08:53:01 -0700 PDT   4         mutability-test   Service             Normal    Type      {service-controller }   NodePort -> LoadBalancer
e2e-tests-services-7jxbo   2016-04-07 08:52:24 -0700 PDT   2016-04-07 08:53:01 -0700 PDT   4         mutability-test   Service             Normal    CreatingLoadBalancer   {service-controller }   Creating load balancer
e2e-tests-services-7jxbo   2016-04-07 08:52:25 -0700 PDT   2016-04-07 08:53:02 -0700 PDT   4         mutability-test   Service             Warning   CreatingLoadBalancerFailed   {service-controller }   Error creating load balancer (will retry): Failed to create load balancer for service e2e-tests-services-7jxbo/mutability-test: requested ip 104.197.255.112 is neither static nor assigned to LB a9e135276fcd811e5a74b42010af0000(e2e-tests-services-7jxbo/mutability-test): <nil>
re2e-tests-services-5lf81   2016-04-07 08:53:25 -0700 PDT   2016-04-07 08:53:25 -0700 PDT   1         mutability-test   Service             Normal    CreatedLoadBalancer   {service-controller }   Created load balancer
e2e-tests-services-7jxbo   2016-04-07 08:52:24 -0700 PDT   2016-04-07 08:53:42 -0700 PDT   5         mutability-test   Service             Normal    Type      {service-controller }   NodePort -> LoadBalancer
e2e-tests-services-7jxbo   2016-04-07 08:52:24 -0700 PDT   2016-04-07 08:53:42 -0700 PDT   5         mutability-test   Service             Normal    CreatingLoadBalancer   {service-controller }   Creating load balancer
e2e-tests-services-7jxbo   2016-04-07 08:52:25 -0700 PDT   2016-04-07 08:53:42 -0700 PDT   5         mutability-test   Service             Warning   CreatingLoadBalancerFailed   {service-controller }   Error creating load balancer (will retry): Failed to create load balancer for service e2e-tests-services-7jxbo/mutability-test: requested ip 104.197.255.112 is neither static nor assigned to LB a9e135276fcd811e5a74b42010af0000(e2e-tests-services-7jxbo/mutability-test): <nil>
@bprashanth
Copy link
Contributor

So just to confirm, this is random test flake and not specifically associated to rkt right?

@sjpotter
Copy link
Contributor Author

sjpotter commented Apr 7, 2016

I don't see why it be specific to rkt, haven't tested without it though

@wombat
Copy link

wombat commented Apr 8, 2016

I think I just experienced this in my environment - see #24040

@yifan-gu yifan-gu added this to the rktnetes-v1.0 milestone Apr 11, 2016
@yifan-gu
Copy link
Contributor

yifan-gu commented Jun 7, 2016

This test is passing now, so closing.

@yifan-gu yifan-gu closed this as completed Jun 7, 2016
openshift-publish-robot pushed a commit to openshift/kubernetes that referenced this issue Oct 24, 2019
UPSTREAM: 82439: Delete e2e namespaces asynchronously

Origin-commit: 54b6ecb4d73e1e1ded9dbd9702b3a3c23fed1d20
p0lyn0mial pushed a commit to p0lyn0mial/kubernetes that referenced this issue Dec 20, 2019
UPSTREAM: 82439: Delete e2e namespaces asynchronously
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants