Merge pull request #331 from portdirect/vagrant-image

bug: Update vagrant kubeadm image
This commit is contained in:
wilkers-steve 2017-04-06 15:48:47 -05:00 committed by GitHub
commit 377d24278f
2 changed files with 3 additions and 3 deletions

4
dev/Vagrantfile vendored
View File

@ -106,7 +106,7 @@ Vagrant.configure("2") do |config|
--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro \
--volume=/var/run/docker.sock:/run/docker.sock \
--env KUBE_BIND_DEV=enp0s8 \
--env KUBELET_CONTAINER=docker.io/port/kubeadm-aio:latest \
docker.io/port/kubeadm-aio:latest
--env KUBELET_CONTAINER=quay.io/attcomdev/kubeadm-aio:v1.5.6 \
quay.io/attcomdev/kubeadm-aio:v1.5.6
SHELL
end

View File

@ -1,6 +1,6 @@
# VM Specs
$vm_image = "ubuntu/xenial64"
$docker_disk = 20480
$pvc_disk = 10240
$pvc_disk = 10240
$vcpu_cores = 4
$ram = 8192