-
Notifications
You must be signed in to change notification settings - Fork 378
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
Target resource doesn't register with an ALB target type #1458
Labels
bug
Something isn't working
Comments
I guess the issue is that the controller never retries if the registration failed once. I think we have to check if |
MisterMX
added a commit
to MisterMX/provider-aws
that referenced
this issue
Sep 1, 2022
Fixes crossplane-contrib#1458 Signed-off-by: Maximilian Blatt <[email protected]> (external expert on behalf of DB Netz AG)
2 tasks
Thank you for your reply and commit, @MisterMX |
MisterMX
added a commit
to MisterMX/provider-aws
that referenced
this issue
Oct 17, 2022
Fixes crossplane-contrib#1458 Signed-off-by: Maximilian Blatt <[email protected]> (external expert on behalf of DB Netz AG)
MisterMX
added a commit
to MisterMX/provider-aws
that referenced
this issue
Oct 17, 2022
Fixes crossplane-contrib#1458 Signed-off-by: Maximilian Blatt <[email protected]> (external expert on behalf of DB Netz AG)
MisterMX
added a commit
to MisterMX/provider-aws
that referenced
this issue
Oct 17, 2022
Fixes crossplane-contrib#1458 Signed-off-by: Maximilian Blatt <[email protected]> (external expert on behalf of DB Netz AG)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
Hi, first of all, thank you for the great work!
I'm trying use crossplane to create a TargetGroup that has a Target to an Application Load Balancer. I'm using the Target resource that was introduced in the very last release of the provider.
The problem is: The target doesn't register if the Target type is an ALB
How can we reproduce it?
Whenever I exec
kubectl get target test-target -o yaml
I get this status:The status of the target is:
At the AWS the target doesn't show up inside of the Target Group
What environment did it happen in?
Crossplane version: 1.9.1
5.4.209-116.363.amzn2.x86_64
The text was updated successfully, but these errors were encountered: