contiv / contiv.github.io

Contiv website source code
http://contiv.github.io/
Other
3 stars 65 forks source link

Kubernetes Tutorial Added #152

Closed arshiagg closed 7 years ago

arshiagg commented 7 years ago

Kubernetes version 1.6 Contiv Tutorial added to website.

gaurav-dalvi commented 7 years ago

@arshiagg this did not work on my macbook. I followed the steps you have written there.

 make demo-kubeadm
BUILD_VERSION=1.0.3 make cluster-kubeadm
cd cluster && vagrant destroy -f && \
    vagrant up kubeadm-master && \
    vagrant up kubeadm-worker0
==> kubeadm-worker0: VM not created. Moving on...
==> kubeadm-master: VM not created. Moving on...
==> swarm-mode-worker0: VM not created. Moving on...
==> swarm-mode-master: VM not created. Moving on...
==> legacy-swarm-worker0: VM not created. Moving on...
==> legacy-swarm-master: VM not created. Moving on...
Bringing machine 'kubeadm-master' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:

vm:
* A box must be specified.
dseevr commented 7 years ago

@gaurav-dalvi we saw this error on @arshiagg's laptop and fixed it by wiping out all her existing VMs

I'm not sure what's going on there, but all the code paths in cluster/Vagrantfile result in vm.box being set...

gaurav-dalvi commented 7 years ago

@dseevr : exact same. I dont have any vagrant box on my machine.

gaurav-dalvi commented 7 years ago

Great work @arshiagg . I have verified this and It worked smoothly.