Kishor Joshi

Results 214 comments of Kishor Joshi

we had a PR for a similar feature in the past. The reason we didn't include it was due to the AWS certificate import quota, it was about 20/year -...

/kind feature We will reconsider if we can default to a secure HTTPS configuration, or provide a configuration option to choose a default port.

@AndrewChubatiuk, while we will be able to address the pain point with auto-discovery with this change, the burden is still on the end user to tag all of their subnets...

@OHsechun, could you confirm whether the ALB got provisioned as expected when you apply the remaining resource with with "terraform apply"? It is possible the controller is starting up and...

@OHsechun, this error is likely due to the aws-load-balancer-controller pods not being ready. It can happen when the webhook is configured and the controller pods are just starting up. The...

@OHsechun, you're right - the controller pods need to be up and running before you can create ingress resources.

Need to check if there is any delay between the controller pods being in ready state and the controller pod is able to handle the webhook.

Check if you are able to query the subnets via the aws-cli: ``` aws ec2 describe-subnets --filters Name=tag:kubernetes.io/role/elb,Values=1 Name=tag:kubernetes.io/cluster/,Values=shared,owned ``` Also verify if the cluster name is configured correctly in...

@hiteshghia, please check the subnet vpc and the controller VPC are the same. You could add the vpc-id filter to the aws cli: `Name=vpc-id,Values=vpc-xxxxx` could you also send the cloud-trail...

We will put it in the roadmap, this requires further design to incorporate the attributes in the ingress class params.