Open shizhaojingszj opened 6 years ago
Several things to clarify:
Please uncomment:
useclusterfile : true
and try again.
Thanks for your suggestion, I have uncommented the line and tried again, but I keep getting another error: "curl error" as shown in this gist
Besides this curl error, I also found that my docker service was not working after running the deploy.py, when I tried to manually start it, the error message was "Failed to start docker.service: Unit flanneld.service not found."
I cannot get docker service work again, unless I reboot the Ubuntu server. In that gist mensioned above, I'm pretty sure my docker service is running before running deploy.py.
Any suggestions?
@shizhaojingszj Please make sure the flannel service is not required by docker service. BTW, which version of codes are you using? It seems your codes are not up-to-date.
MY BIG MISTAKE I thought I'm using this repo but actually using another repo master branch, I'm looking forward to retrying the whole thing once the following problem is fixed.
"Please make sure the flannel service is not required by docker service."
When try to restart docker service I keep getting this
But after a reboot, docker run --rm -it hello-world
looks fine, but failed after running deploy.py again.
https://gist.github.com/shizhaojingszj/00ac3f7d57ce0b0aaf1886a906f5185c
The above gist showed my docker info
results
Hi guys, I want to test DLworkspace on my ubuntu server WITHOUT connecting with any azure cluster thing.
So I am following SingleUbuntu on-prem this document. Unfortunately I am stuck at the last line.
My ubuntu server has the same setup as indicated in the document:
Things I have done:
src/ClusterBootstrap/install_prerequisites.sh
as mentioned in DevEnvironment/Readme.md.docker-compose run db
, I am assuming DLworkspace will find the database and setup everything it needs)Now my whole config.yaml file looks like this:
Now I keep getting the error shown below:
It looks like kubernetes cluster is not running. So what should I do to get it work on my own server?