Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

regression on k8s v1.5.1 #501

Closed
hongchaodeng opened this issue Dec 22, 2016 · 10 comments
Closed

regression on k8s v1.5.1 #501

hongchaodeng opened this issue Dec 22, 2016 · 10 comments

Comments

@hongchaodeng
Copy link
Member

hongchaodeng commented Dec 22, 2016

Today I upgraded cluster to v1.5.1 and master e2e test failed:

https://jenkins-etcd-public.prod.coreos.systems/job/etcd-operator-master/173/console

@hongchaodeng hongchaodeng changed the title e2e test regression on k8s 1.5.1 e2e test regression on k8s v1.5.1 Dec 22, 2016
@hongchaodeng
Copy link
Member Author

logs:

20:22:48 --- FAIL: TestCreateSelfHostedClusterWithBootMember (120.45s)
20:22:48 	self_hosted_test.go:80: etcdserver is ready
20:22:48 	self_hosted_test.go:112: failed to create 3 members etcd cluster: timed out waiting for the condition
...
20:20:48 --- FAIL: TestCreateSelfHostedCluster (240.03s)
20:20:48 	self_hosted_test.go:48: failed to create 3 members self-hosted etcd cluster: timed out waiting for the condition

@hongchaodeng
Copy link
Member Author

Seems like defaulting has regression:

20:20:48 time="2016-12-22T20:20:30Z" level=error msg="fail to reconcile: Pod \"test-etcd-3x3vp-0044\" is invalid: spec.initContainers[0].env[0].valueFrom.fieldRef.apiVersion: Required value" cluster-name=test-etcd-3x3vp pkg=cluster 

@hongchaodeng hongchaodeng changed the title e2e test regression on k8s v1.5.1 regression on k8s v1.5.1 Dec 22, 2016
@hongchaodeng
Copy link
Member Author

Another problem, namespace getting stuck:
screen shot 2016-12-22 at 3 00 17 pm

@hongchaodeng
Copy link
Member Author

jenkins cluster downgraded to 1.4.7

@hongchaodeng
Copy link
Member Author

Defaulting issue tracked on upstream: kubernetes/kubernetes#39189

@xiang90 xiang90 added this to the 0.2 - (beta version) milestone Dec 29, 2016
@hongchaodeng
Copy link
Member Author

hongchaodeng commented Jan 4, 2017

Just tried on latest master (v1.5.2-beta). Another issue:

$ kubectl logs -f etcd-operator                
E0104 03:16:45.980462       5 leaderelection.go:252] error retrieving endpoint: the server does not allow access to the requested resource (get endpoints etcd-operator)
...

@hongchaodeng
Copy link
Member Author

another regression on GC unable to recognize kind in REST mapping: kubernetes/kubernetes#39816

@xiang90
Copy link
Collaborator

xiang90 commented Feb 15, 2017

@hongchaodeng Are these all "resolved" on upstream?

@xiang90
Copy link
Collaborator

xiang90 commented Feb 15, 2017

If all of them are tracked on upstream, and we have work around in our code, we suggest to close this umbrella issue.

@hongchaodeng
Copy link
Member Author

Right.

  • defaulting has been worked around
  • GC is worked around on upstream
  • RBAC is tracked on another issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants