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

fix(elbv2/target): Retry registration if target is unused #1464

Merged

Conversation

MisterMX
Copy link
Collaborator

@MisterMX MisterMX commented Sep 1, 2022

Description of your changes

Fixes #1458

I have:

  • Read and followed Crossplane's [contribution process].
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

Manually

@MisterMX
Copy link
Collaborator Author

MisterMX commented Sep 1, 2022

@erickfaustino can you check if this fix solves your issue?

@erickfaustino
Copy link

erickfaustino commented Sep 9, 2022

Sure, @MisterMX.
How can I test it? Is there an image built from this branch? Or should I build an image from here, and test it manually?
Thank you!

@MisterMX
Copy link
Collaborator Author

@erickfaustino you can check out the branch and run provider-aws locally with your kube context using make run or a debugger of your choice. It will then reconcile it's resources as if it would have been deployed inside the cluster (doesn't work for IRSA, though).

@erickfaustino
Copy link

Ok, I will execute the tests and then I will post it here, thank you very much!

@erickfaustino
Copy link

@MisterMX, I have tested it, and it worked! The targets are being registered now! Thank you very much!
I will wait for the merge inside the main branch!
<3

@MisterMX MisterMX force-pushed the fix/elbv2-target-not-registered branch 2 times, most recently from 9cada9d to e22ce6f Compare October 17, 2022 13:51
Fixes crossplane-contrib#1458

Signed-off-by: Maximilian Blatt <[email protected]>
(external expert on behalf of DB Netz AG)
@MisterMX MisterMX force-pushed the fix/elbv2-target-not-registered branch from e22ce6f to 3156129 Compare October 17, 2022 14:23
@MisterMX MisterMX requested a review from haarchri October 17, 2022 14:38
Copy link
Member

@haarchri haarchri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM @MisterMX thanks for this fix

@haarchri haarchri merged commit eb9f23a into crossplane-contrib:master Oct 29, 2022
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

Successfully merging this pull request may close these issues.

Target resource doesn't register with an ALB target type
3 participants