-
Notifications
You must be signed in to change notification settings - Fork 578
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
fix: Generate, but do not write to the spec, the default API server ELB name #3004
fix: Generate, but do not write to the spec, the default API server ELB name #3004
Conversation
@dlipovetsky: The label(s) 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. |
@dlipovetsky: This issue is currently awaiting triage. If CAPA/CAPI contributors determines this is a relevant issue, they will accept it by applying the The 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. |
115a451
to
872959f
Compare
v1alpha4 upgrade failed but may just be timed out, restarted the test in the other PR. |
/test pull-cluster-api-provider-aws-e2e |
I'd like to squash the fixups, just let me know when. |
There is a known issue with GPU e2e test, I am only observing v1alpha3/v1alpha4 --> v1beta1 upgrade. v1alpha3 --> v1beta1 upgrade failed, waiting for the logs. |
/test pull-cluster-api-provider-aws-e2e |
/test pull-cluster-api-provider-aws-e2e The error was: |
/test pull-cluster-api-provider-aws-e2e |
1 similar comment
/test pull-cluster-api-provider-aws-e2e |
I am suspecting that the failures are because of AWS or networking issues. Because the tests passed in the other PR with the same code (GPU failure is a known issue): |
Upgrade tests passed, the one failed timed out. To see |
/test pull-cluster-api-provider-aws-e2e |
6604cfb
to
ab61b2d
Compare
(I squashed the fixups, but I'd like to keep the 3 commits separate, for clarity) |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sedefsavas The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks @dlipovetsky for the quick fix!! |
…efault-lb-name fix: Generate, but do not write to the spec, the default API server ELB name
What type of PR is this?
/kind bug
What this PR does / why we need it:
Instead of writing the generated API server ELB name to the AWSCluster Spec, generates it at runtime. Writing the value to the spec inadvertently broke the ability of v1.0.0 controllers to update AWSCluster resource created by a v1.1.0 controller.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #3003
Special notes for your reviewer:
An AWSCluster created by a v1.1.0 controller already has its generated name written to the Spec. As of this PR, the generated name will not be written to the Spec. I don't think this is an issue, but wanted to note it.
Checklist:
Release note: