-
Notifications
You must be signed in to change notification settings - Fork 25
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
This requires a bit of a jump #1
Comments
for the part 1 of the lab, you can download a preconfigured machine from here according to the error message, it seems like the docker service isn't running inside the node-1 and node-2
to see if the docker daemon is already running to restart the services in the node-master
and plz make sure the DNS service is already configured kubeadm must be run |
Why the nodes? GitHub says to do the kube stuff on the master. Trying your image now. Oh, link didn't work. |
exactly, the kube staff should be on the master. and you have to administrate the nodes using kubectl from the master. I will be glad to help you create ur cluster |
"Create 3 hosts and call them node-master, node-1 and node-2."
Needs a bit of explanation!
If I do:
$ docker run --name node-master -i -t ubuntu /bin/bash
And then do your suggested apt stuff, the kubeadm apt isn't found.
$ docker run -i -t ubuntu:16.04 /bin/bash
It was a hell of a job getting kubadm installed. Your stanza didn't work needed to add "deb http://apt.kubernetes.io/ kubernetes-xenial main" manually.
kubeadm init needed --ignore-preflight-errors=all and even then, ended with a load of:
, error: exit status 1
The docker daemon isn't running despite installing docker.
The text was updated successfully, but these errors were encountered: