-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
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.
./deploy.py --verbose scriptblocks ubuntu_uncordonMy ubuntu server has the same setup as indicated in the document:
- ubuntu 16.04 x64
Things I have done:
- run
src/ClusterBootstrap/install_prerequisites.shas mentioned in DevEnvironment/Readme.md. - I have manually installed docker-ce, build an new GPU-favored kubernetes binary and add the folder to PATH, also DevEnvironment/Readme.md.
- I create a pair of ssh-keys, and manually put them inside ./src/ClusterBootstrap/deploy/sshkey folder
- I also setup the mssqlserver docker container to run on my Ubuntu server at the port and setup authentication as shown in my config.yaml (
docker-compose run db, I am assuming DLworkspace will find the database and setup everything it needs) - I setup an email account at outlook.com and put info inside my config.yaml, follow Auth
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?
Metadata
Metadata
Assignees
Labels
No labels