We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
json: cannot unmarshal string into Go value of type ingress.Action
The text was updated successfully, but these errors were encountered:
@petercipriano-ms Can you please provide the manifest, controller logs and controller version?
Sorry, something went wrong.
@shraddhabang sure.
Controller: image: public.ecr.aws/eks/aws-load-balancer-controller:v2.6.2
Just an info I'm trying below
alb.ingress.kubernetes.io/actions.{{ $fullName }}: > [{"type":"forward","targetGroupARN":"{{ $albSingleTargetGroup }}"},{"type":"fixed-response","fixedResponseConfig":{"contentType":"text/plain","statusCode":"200","messageBody":"Path is {{ $pathsStr }}" }}]
I think you have to specify the annotation as a string (annotations AFAIK are always strings)
No branches or pull requests
json: cannot unmarshal string into Go value of type ingress.Action
The text was updated successfully, but these errors were encountered: