mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fix indentation in Vagrantfile
This commit is contained in:
parent
ebba1aed7d
commit
db3c9a3507
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -64,7 +64,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
config.vm.provision "shell", inline: "/vagrant/cluster/vagrant/provision-master.sh #{$master_ip} #{$num_minion} #{$minion_ips_str}"
|
||||
config.vm.network "private_network", ip: "#{$master_ip}"
|
||||
config.vm.hostname = "kubernetes-master"
|
||||
end
|
||||
end
|
||||
|
||||
# Kubernetes minion
|
||||
$num_minion.times do |n|
|
||||
|
Loading…
Reference in New Issue
Block a user