Closed gbhosal closed 1 year ago
Thank you for your reporting.
I got it. The port in the spec is read: https://github.com/h3poteto/aws-global-accelerator-controller/blob/86739739a44ed22fdccc3d34b7b14ccec9e78903/pkg/cloudprovider/aws/global_accelerator.go#L465
You mean that it should read port from the annotation alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}]'
in this case.
Thank you for your reporting. I got it. The port in the spec is read:
You mean that it should read port from the annotation
alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}]'
in this case.
Yes because it defines which listener ports should be configured on ALB and we match these listener ports on AWS Global Accelerator.
@h3poteto I don't have Go skillset to address this issue. Do you have any idea by when this may get fixed?
Hmm, now I don't have enough time to check this project, so I'm not sure. :cry:
Sorry for the delay, I will do it.
@gbhosal Please try v0.8.1!
I was looking for K8S integration with AWS Global Accelerator and stumbled upon this solution. Thank you for sharing it.
During my testing, I happened to notice that Global Accelerator got created with listener port 80 instead of 443. Ingress specification is provided below. I'm yet to play around with DNS record creation.