Azure-Samples / graphrag-accelerator

One-click deploy of a Knowledge Graph powered RAG (GraphRAG) in Azure
https://github.com/microsoft/graphrag
MIT License
1.94k stars 319 forks source link

[BUG]Unable to get GraphRAG external IP #90

Closed rnpramasamyai closed 4 months ago

rnpramasamyai commented 4 months ago

This bash deploy.sh -d -p deploy.parameters.json command gives me below error: Checking for GraphRAG external IP.............. Failed. Unable to get GraphRAG external IP.

I ran kubectl get service, It queried services and I got below result:

image

It states "Load Balancer's external IP status is pending".

"But I crosschecked, and GraphRAG namespace is not found in the AKS."

Unable to set aks context to query aks services.

Pls help me to fix this issues.

rnpramasamyai commented 4 months ago

I updated my ubuntu using curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash and It solved above issue.

I got another issue :

Checking for GraphRAG availability.................... Failed.

image

image