kubernetes-sigs / aws-load-balancer-controller

A Kubernetes controller for Elastic Load Balancers
https://kubernetes-sigs.github.io/aws-load-balancer-controller/
Apache License 2.0
3.88k stars 1.44k forks source link

helm chart repository at github.io is currently down #3772

Open fusionx1 opened 2 months ago

fusionx1 commented 2 months ago

Describe the bug helm chart repository at github.io is currently down

Steps to reproduce run the ff commands: helm install aws-load-balancer-controller eks/aws-load-balancer-controller --set clusterName=xxxxxxx -n kube-system --set serviceAccount.create=false --set serviceAccount.name=aws-load-balancer-controller

Expected outcome Im getting this error Error: INSTALLATION FAILED: Get "https://aws.github.io/eks-charts/aws-load-balancer-controller-1.7.2.tgz": read tcp 192.168.1.5:55044->185.199.109.153:443: read: connection reset by peer

Environment im using the latest branch on our test branch

Additional Context:

shraddhabang commented 1 month ago

Do you mean controller version v2.7.2 instead of v1.7.2?

shraddhabang commented 1 month ago

Could you please try to curl this HTTP address please? It looks like a connection issue to us.

shraddhabang commented 1 month ago

Also could you please try to first update the helm repo and then try to install the controller through it? helm repo update