mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-11-01 10:47:53 +00:00
Update vagrant kubeadm image
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user