You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apiVersion: elbv2.aws.upbound.io/v1beta1
kind: LBTargetGroupAttachment
metadata:
labels:
test: test
name: test
spec:
forProvider:
port: 80
region: eu-west-1
targetGroupArnSelector:
matchLabels:
trg: test
targetId: xxxxxxx
Steps to Reproduce
Create an ec2 with alb ( + target-group and listener ) and then attach the ec2 to the target-group through LBTargetGroupAttachment.
What happened?
I want to be able to attach the ec2 with matchlabelSelector because otherwise I have to wait my instance to start and obtain it ID. What if I want to change something in my ec2. Every time with every change I have to change the code? Will be great if we can use matchlabelSelector and crosspplane to be able to obtain that new instance and replace the old one .
Relevant Error Output Snippet
None
Crossplane Version
1.14.2
Provider Version
1.18.3
Kubernetes Version
1.31
Kubernetes Distribution
EKS
Additional Info
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Affected Resource(s)
elbv2.aws.upbound.io/v1beta1 - LBTargetGroupAttachment
Resource MRs required to reproduce the bug
apiVersion: elbv2.aws.upbound.io/v1beta1
kind: LBTargetGroupAttachment
metadata:
labels:
test: test
name: test
spec:
forProvider:
port: 80
region: eu-west-1
targetGroupArnSelector:
matchLabels:
trg: test
targetId: xxxxxxx
Steps to Reproduce
Create an ec2 with alb ( + target-group and listener ) and then attach the ec2 to the target-group through LBTargetGroupAttachment.
What happened?
I want to be able to attach the ec2 with matchlabelSelector because otherwise I have to wait my instance to start and obtain it ID. What if I want to change something in my ec2. Every time with every change I have to change the code? Will be great if we can use matchlabelSelector and crosspplane to be able to obtain that new instance and replace the old one .
Relevant Error Output Snippet
Crossplane Version
1.14.2
Provider Version
1.18.3
Kubernetes Version
1.31
Kubernetes Distribution
EKS
Additional Info
No response
The text was updated successfully, but these errors were encountered: