mirror of
https://github.com/jprdonnelly/kubernetes-cluster.git
synced 2025-12-19 18:05:19 -05:00
installing docker and kubeadm
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -61,7 +61,7 @@ Vagrant.configure("2") do |config|
|
||||
config.vm.provider "virtualbox" do |v|
|
||||
|
||||
v.name = opts[:name]
|
||||
v.customize ["modifyvm", :id, "--groups", "/Ballerina Development"]
|
||||
v.customize ["modifyvm", :id, "--groups", "/Ballerina Development"]
|
||||
v.customize ["modifyvm", :id, "--memory", opts[:mem]]
|
||||
v.customize ["modifyvm", :id, "--cpus", opts[:cpu]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user