Merge pull request #331 from portdirect/vagrant-image
bug: Update vagrant kubeadm image
This commit is contained in:
commit
377d24278f
4
dev/Vagrantfile
vendored
4
dev/Vagrantfile
vendored
@ -106,7 +106,7 @@ Vagrant.configure("2") do |config|
|
|||||||
--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro \
|
--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro \
|
||||||
--volume=/var/run/docker.sock:/run/docker.sock \
|
--volume=/var/run/docker.sock:/run/docker.sock \
|
||||||
--env KUBE_BIND_DEV=enp0s8 \
|
--env KUBE_BIND_DEV=enp0s8 \
|
||||||
--env KUBELET_CONTAINER=docker.io/port/kubeadm-aio:latest \
|
--env KUBELET_CONTAINER=quay.io/attcomdev/kubeadm-aio:v1.5.6 \
|
||||||
docker.io/port/kubeadm-aio:latest
|
quay.io/attcomdev/kubeadm-aio:v1.5.6
|
||||||
SHELL
|
SHELL
|
||||||
end
|
end
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# VM Specs
|
# VM Specs
|
||||||
$vm_image = "ubuntu/xenial64"
|
$vm_image = "ubuntu/xenial64"
|
||||||
$docker_disk = 20480
|
$docker_disk = 20480
|
||||||
$pvc_disk = 10240
|
$pvc_disk = 10240
|
||||||
$vcpu_cores = 4
|
$vcpu_cores = 4
|
||||||
$ram = 8192
|
$ram = 8192
|
||||||
|
Loading…
Reference in New Issue
Block a user