MicrosoftDocs / mslearn-aspnet-core

Sample apps for Microsoft Learn modules using ASP.NET Core.
MIT License
90 stars 127 forks source link

Load balancer wasn't ready #179

Closed nyazadzhiev closed 1 year ago

nyazadzhiev commented 1 year ago

I get this error while running the quickstart script kubectl get svc -n ingress-nginx -o json | jq -r -e '.items[0].status.loadBalancer.ingress[0].ip // empty'

The connection to the server localhost:8080 was refused - did you specify the right host or port? Load balancer wasn't ready. If this takes more than a minute or two, something is probably wrong. Trying again in 5 seconds...

ngothiensinh commented 1 year ago

Same error here but seem the JQ is not support natively on windows. To fix it:

CamSoper commented 1 year ago

These scripts aren't intended to run outside of the dev container (or Codespaces) environment.