few fixes
parent
117d415d9a
commit
95b9342703
|
@ -8,7 +8,7 @@ Download this github repository and cd into the vagrant folder
|
||||||
|
|
||||||
CD into vagrant directory
|
CD into vagrant directory
|
||||||
|
|
||||||
`cd kubernetes-the-hard-way.git\vagrant`
|
`cd kubernetes-the-hard-way\vagrant`
|
||||||
|
|
||||||
Run Vagrant up
|
Run Vagrant up
|
||||||
|
|
||||||
|
|
|
@ -70,7 +70,6 @@ Vagrant.configure("2") do |config|
|
||||||
s.args = ["enp0s8"]
|
s.args = ["enp0s8"]
|
||||||
end
|
end
|
||||||
|
|
||||||
node.vm.provision "allow-bridge-nf-traffic", :type => "shell", :path => "ubuntu/allow-bridge-nf-traffic.sh"
|
|
||||||
node.vm.provision "setup-dns", type: "shell", :path => "ubuntu/update-dns.sh"
|
node.vm.provision "setup-dns", type: "shell", :path => "ubuntu/update-dns.sh"
|
||||||
|
|
||||||
end
|
end
|
||||||
|
@ -111,9 +110,9 @@ Vagrant.configure("2") do |config|
|
||||||
s.args = ["enp0s8"]
|
s.args = ["enp0s8"]
|
||||||
end
|
end
|
||||||
|
|
||||||
node.vm.provision "allow-bridge-nf-traffic", :type => "shell", :path => "ubuntu/allow-bridge-nf-traffic.sh"
|
|
||||||
node.vm.provision "setup-dns", type: "shell", :path => "ubuntu/update-dns.sh"
|
node.vm.provision "setup-dns", type: "shell", :path => "ubuntu/update-dns.sh"
|
||||||
node.vm.provision "install-docker", type: "shell", :path => "ubuntu/install-docker.sh"
|
node.vm.provision "install-docker", type: "shell", :path => "ubuntu/install-docker.sh"
|
||||||
|
node.vm.provision "allow-bridge-nf-traffic", :type => "shell", :path => "ubuntu/allow-bridge-nf-traffic.sh"
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue