-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
Are there any available examples of how to enable a GRPC-only endpoint?
I'm trying to use v2.1.0 of the controller on EKS and the controller reports the following error:
{"level":"error","ts":1606949022.5301569,"logger":"controller","msg":"Reconciler error","controller":"ingress","name":"prod-buildgrid-frontend2","namespace":"prod","error":"InvalidParameter: 1 validation error(s) found.\n- minimum field value of 1, CreateTargetGroupInput.Port.\n"}
I can supply the annotations I'm using and the Ingress resource, but would rather first try and use a known-good example of how to use gRPC, and then see if the issue still persists.
(As for the error at issue, looking at the resource model output to the controller's log, the Port
attribute for the AWS::ElasticLoadBalancingV2::TargetGroup
resource is set to 0
instead of being set to the port on which the service is listening.)
brianannis, sandan, Topher-the-Geek and danvaida
Metadata
Metadata
Assignees
Labels
No labels