Update vagrant kubeadm image

This commit is contained in:
Pete Birley 2017-04-06 15:03:25 -05:00
parent d0a9bd2202
commit adad1cec29
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