Error endpoints "forward-tg" not found with alb.ingress.kubernetes.io/actions.${action-name} #3933
Labels
triage/needs-information
Indicates an issue needs more information in order to work on it.
I have added a below annotations in my ingress file.
K8s version: 1.29
ALB controller is installed using helm chart.
alb.ingress.kubernetes.io/actions.forward-tg: |
{"type":"forward","targetGroupARN":"ARN of target group"}
Also I have used it in ingress spec.
spec:
rules:
http:
paths:
service:
name: forward-tg
port:
name: use-annotation
path: /bmw
pathType: Prefix
But it is showing error like as below:
error: forward-tg:use-annotation (<error: endpoints "forward-tg" not found>)
Just to add ALB and my EC2 both are in same VPC and also EC2 is in public subnet.
I have checked to add rule manually in ALB and it is working properly.
I don't know what's the issue with ingress that it could not find my target group ARN.
Can anyone please help me with this?
The text was updated successfully, but these errors were encountered: