Hello everyone! I'm having an unexpected issue whi...
# troubleshoot
e
Hello everyone! I'm having an unexpected issue while deploying Datahub using a pipeline in Azure DevOps. I have included the annotation
<http://service.beta.kubernetes.io/azure-load-balancer-internal|service.beta.kubernetes.io/azure-load-balancer-internal>: "true"
at
values.yaml
in the frontend and gms charts. Addticionally, I have included the the
LoadBalancerIP
for each at their correspondant
service.yaml
inside templates. Once the pipeline reach the installation task, I get this message:
Copy code
wait.go:225: [debug] Service does not have load balancer ingress IP address: default/datahub-datahub-frontend
I don't know what do I need to include in the files, what am I missing here? Thank you in advance for any help! 🙂
b
Hi Francisco!
Looking into this will get back shortly
e
just to confirm
you are trying to set up network load balancer (in AWS) using service annotations right?
Just confirming since you are using Azure DevOps
e
Hi! Thanks everyone! I'm deploying in AKS
e
The above tag is AWS specific so shouldn’t work on AKS
Copy code
<http://service.beta.kubernetes.io/aws-load-balancer-internal|service.beta.kubernetes.io/aws-load-balancer-internal>:
e
Sorry, my bad. I just pasted the AWS tag in my question instead of the Azure tag. I have the Azure tag in the code, I'm editing my original comment. Thanks and sorry for the confusion
Hello everyone, I managed to find the solution. The problem was that there were another LB currently working at the Frontend IP Configuration. After deleting the conflicting one, the problem is solved 🙂 https://github.com/Azure/AKS/issues/326
e
ah awesome good to know!!!!
We would also love contribution from you on how to deploy to Azure environment if you are open to sharing your experience through a doc!! We tested AWS and GCP internally so far, but we couldn’t get to Azure
e
Sure! Let me work on something and I will share it with you. Do you have any example/structure to use as a guide? Something like your doc site?
e
Yes!!!! Here’s one for AWS https://datahubproject.io/docs/deploy/aws and GCP https://datahubproject.io/docs/deploy/gcp Any contributions on this front will help folks in the community a ton!!