Kishor Joshi
Kishor Joshi
@davidshtian, you should be able to specify the same name for two services and end up with two separate NLB. We will verify it on our side and fix it...
/kind feature
@gshutler, thanks for bringing it to our attention. We have been considering this feature post v2.3.0 release.
Since you've used the annotation ` service.beta.kubernetes.io/aws-load-balancer-type: "nlb"`, the load balancer is provisioned by the kubernetes in-tree/cloud-provider controller where mixed protocol support is not available. This controller supports mixed protocols,...
LB controller currently cannot provision TCP and UDP listener using the same port for an NLB, feature request #1608 is in our roadmap. That being said, you can see if...
@dhawal1304, the feature #1608 is in our roadmap. There is also a PR for the same. We will include it in future release. I'm closing the issue for now, if...
@meyerkev, are you looking for the controller to automatically import the certificate into ACM in this case? The ALB listener certificate has to come from ACM.
With the recent chart version v1.3.x, we've also added support for directly specifying the TLS certificates/keys during chart install. Here is the snippet from the values.yaml: ``` # webhookTLS specifies...
/remove-lifecycle rotten /reopen
@rdubya16, the v2 controller adds a resource tag with the key `elbv2.k8s.aws/cluster` with the current clusterName as the value. You could also configure controller instance to add additional tags. Would...