Hi, I tried to enable the internal load balancer f...
# all-things-deployment
a
Hi, I tried to enable the internal load balancer for service datahub-frontend. I downloaded the acryldata/datahub-helm repository locally, enabled annotation in subchart
aws-load-balancer-internal: "true"
here https://github.com/acryldata/datahub-helm/blob/master/charts/datahub/subcharts/datahub-frontend/values.yaml#L48 and tried to install from local folder
helm install datahub .
But I am getting an error message
Error: INSTALLATION FAILED: Chart.yaml file is missing
Chart.yaml file is in place, I downloaded the full repository acryldata/datahub-helm locally Please advise how best to install datahub-frontend k8s service with enabled annotation
<http://service.beta.kubernetes.io/aws-load-balancer-internal|service.beta.kubernetes.io/aws-load-balancer-internal>: "true"
b
you need to be in this path
datahub-helm/charts/datahub
, when you are executing the command
helm install datahub .
a
@bumpy-needle-3184 Hi, I change my path and installing prerequisites first. I run
helm dependency build
and got error
Error: can't get a valid version for repositories kafka. Try changing the version constraint in Chart.yaml
I use all managed services AWS, should I disable it in Chart.yaml file?
b
yes disable those services in prerequisite value.yaml file - https://github.com/acryldata/datahub-helm/blob/master/charts/prerequisites/values.yaml Note: we would need schema-registry so keep it enabled and deploy prerquisite using helm -
helm install prerequisites datahub/datahub-prerequisites --values <<path-to-values-file>>
with updated values.yaml
make sure you update datahub values.yaml - https://github.com/acryldata/datahub-helm/blob/master/charts/datahub/values.yaml with configuration for aws manaedservice that you created . you can follow this guid for updating datahu values.yaml https://datahubproject.io/docs/deploy/aws
s
There is a problem with kafka repository right now. There is an open PR to fix that https://github.com/acryldata/datahub-helm/pull/147 but we need to test that change
a
Hi @square-activity-64562, could you please advise, is there any way to turn on this https://github.com/acryldata/datahub-helm/blob/master/charts/datahub/subcharts/datahub-frontend/values.yaml#L48
I have another issue and I think this might help me solve it