-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Error: InvalidParameter: 1 validation error(s) found.\n- minimum field value of 1, CreateTargetGroupInput.Port.\n #1695
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
Comments
@kishorj : I misinterpreted your previous message. After changing the service type to Can you please explain why this is happening? Is there any documentation about setting services as |
Instance mode will require at least NodePort service type. With NodePort service type, kube-proxy will open a port on your worker node instances to which the ALB can route traffic. |
Thanks for the clarification and the doc references. Closing. |
I just ran into this. Is there a better error message that we can have to illuminate the problem a little better? The default seems to be |
May be try this annotations. |
@denwork : Thanks, that worked! To clarify, add the annotation alb.ingress.kubernetes.io/target-type: 'ip' to the service. From the original example in the first post - on service myapp. |
Adding reference to the answer of @denwork about the Instance mode:
Ip mode:
Highly recommend you to checkout the two document resources from @kishorj answer |
Context: Running using helm, chart version 1.0.8, application version 2.0.1.
I've applied the crds (using
kubectl apply -k "github.com/aws/eks-charts/stable/aws-load-balancer-controller//crds?ref=master"
) and installed alb ingress controller using helm.When deploying the following ingress (as part of my application packaged in a helm chart), I get the mentioned error:
I'd be happy to supply more information.
The text was updated successfully, but these errors were encountered: