nessa829

Results 5 comments of nessa829

@oliviassss hi, thank you for the reply. There are several hundreds of ingress / services / TGs for each ( < 300). I already enabled `--feature-gates=EnableRGTAPI=true`, and I have updated...

@oliviassss Thank you for your interest. I have sent the email k8s-alb-controller-triage at amazon.com with the title 'lb-controller github issue #3588' Thank you!

For more information, thanos query's args: ``` args: - query - '--log.level=info' - '--log.format=logfmt' - '--grpc-address=0.0.0.0:10901' - '--http-address=0.0.0.0:10902' - '--query.replica-label=replica' - >- --endpoint=dnssrv+_grpc._tcp.thanos-query-xxxx-storegateway.monitoring.svc.cluster.local - >- --endpoint=dnssrv+_grpc._tcp.thanos-query-xxxx-ruler.monitoring.svc.cluster.local - '--endpoint=prometheus-inhouse-kube-pr-thanos-discovery:10901' - '--endpoint=dns+thanos-sc-alpha.alpha.example.in:443'...

@KM3dd Hi, i changed it to create nlb instead (service type: loadbalancer) of ALB, and it worked.

@KM3dd I disabled `thanosIngress` and enabled `thanosServiceExternal` instead ``` thanosServiceExternal: annotations: service.beta.kubernetes.io/aws-load-balancer-name: "thanos-sc-lb" service.beta.kubernetes.io/aws-load-balancer-scheme: "internal" service.beta.kubernetes.io/aws-load-balancer-type: "external" service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: "ip" service.beta.kubernetes.io/aws-load-balancer-subnets: {{prometheus.subnet}} ```