Troubleshooting load balancer installation on EKS cluster for Datahub version 0.12.0 deployment

Original Slack Thread

Hello Everyone, I am trying to deploy datahub version(0.12.0) on an EKS cluster(on AWS) and stuck on the load balancer Install the TargetGroupBinding custom resource definition step [Steps here - https://datahubproject.io/docs/deploy/aws]

Hey there! :wave: Make sure your message includes the following information if relevant, so we can help more effectively!

  1. Which DataHub version are you using? (e.g. 0.12.0)
  2. Please post any relevant error logs on the thread!

DataHub Version : 0.12.0

PS C:\git\CLOUD\datahub> kubectl apply -k “http://github.com/aws/eks-charts/stable/aws-load-balancer-controller/crds?ref=master|github.com/aws/eks-charts/stable/aws-load-balancer-controller/crds?ref=master
error: git cmd = ‘C:\Program Files\Git\cmd\git.exe fetch --depth=1 origin master’: exit status 128

is anyone available to help uinderstand whats with this error? i can get additional details from the cloud team thats helping with the installation if needed

That link is no longer valid. I’d suggest using AWS https://docs.aws.amazon.com/eks/latest/userguide/aws-load-balancer-controller.html|documentation or it does look like it might have been moved https://github.com/aws/eks-charts/blob/master/stable/aws-load-balancer-controller/crds/crds.yaml|here.

Thank you <@U03MF8MU5P0>, i will take a look