-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to load cluster status with Local Setup #67
Comments
I first tried with deploying a sample qa-semantic-retreival locally but didn't work. |
Hi @sohailA-splore , sorry for the delay! A couple of questions:
A way to isolate a possible network issue would be to run Vispana from source and try to connect to |
Hi @broknloop , |
I'm facing the same issue. Getting the following error:
Vespa is operational and my team is using it just fine. Getting response from ports 19071 and 8080 via curl. Any ideas? Thanks. |
After following the steps mentions in README.md, I am unable to view the vespa cluster status.
Steps:
docker network create --driver bridge vespanet
docker run --detach --name vespa --network vespanet --hostname vespa-container --publish 8080:8080 --publish 19071:19071 vespaengine/vespa
docker run -p 4000:4000 --network vespanet vispana/vispana:latest
The text was updated successfully, but these errors were encountered: