-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[WIP] Reproduce v1alpha3=>v1beta1 upgrade issue (CR release-0.10) #5421
[WIP] Reproduce v1alpha3=>v1beta1 upgrade issue (CR release-0.10) #5421
Conversation
/retest |
Not sure why Note: this PR only tests the upgrade and nothing else (to reproduce the issue we had) |
@sbueringer It's not clear from the logs what's actually returning from the Start() method, because it's running in a goroutine, seems to be failing after the manager is shutting down? |
13fcbb5
to
f9e2830
Compare
Rebased to latest commit of the CR PR. All tests are now running with leader election again /test pull-cluster-api-e2e-workload-upgrade-1-22-latest-main |
f9e2830
to
4eb2da6
Compare
/test pull-cluster-api-e2e-full-main |
And now all without leader election: |
97b4a5f
to
2ee4cd1
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@sbueringer: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
2ee4cd1
to
e5e4984
Compare
/test pull-cluster-api-e2e-full-main |
e5e4984
to
4bdada9
Compare
/test pull-cluster-api-e2e-full-main |
4bdada9
to
4ab91bd
Compare
Testing kubernetes-sigs/controller-runtime#1690 now /test pull-cluster-api-e2e-full-main |
/close |
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Tries to reproduce kubernetes-sigs/cluster-api-provider-aws#2834
With: kubernetes-sigs/controller-runtime#1695