mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-08 20:02:42 +03:00
few fixes
This commit is contained in:
3
vagrant/Vagrantfile
vendored
3
vagrant/Vagrantfile
vendored
@@ -70,7 +70,6 @@ Vagrant.configure("2") do |config|
|
||||
s.args = ["enp0s8"]
|
||||
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"
|
||||
|
||||
end
|
||||
@@ -111,9 +110,9 @@ Vagrant.configure("2") do |config|
|
||||
s.args = ["enp0s8"]
|
||||
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 "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
|
||||
|
Reference in New Issue
Block a user