-
Notifications
You must be signed in to change notification settings - Fork 716
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
Regression on Upgrade #1224
Comments
seems that our upgrade tests
i tried reproducing with k-a locally but failed, because k-a works for me only "sometimes". also, i think i need to apply this patch to the older branches we support: https://github.com/kubernetes/kubernetes/blob/release-1.12/test/e2e/framework/test_context.go#L236 |
@nikopen @thanasisk as FYI We should track it for 1.13 k8s cycle. |
as kubernetes/kubernetes#70893 got merged, I assume this is now fixed |
/close |
@nikopen: Closing this issue. 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. |
Kubedam v1.13 raise an error on the upgrade of clusters created with kubeadm v1.12.
The error happens when connecting to etcd, and this regression was introduced by stacked etcd change.
kubeadm v1.12 cluster are deployed with etcd listening on localhost only, while kubeadm v1.13 assumes etcd is listening both on localhost and on the advertising address.
I have a fix in flight, but we should also investigate why CI test on upgrades didn't provide a signal before
The text was updated successfully, but these errors were encountered: