File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,4 +88,4 @@ if [ -n "${kubeadm_data}" ] ; then
88
88
echo " { \" kubeadm\" : { \" entries\" : { ${kubeadm_data} } } }" > $state /metadata.json
89
89
fi
90
90
91
- exec linuxkit run ${KUBE_RUN_ARGS} -networking ${KUBE_NETWORKING} -cpus ${KUBE_VCPUS} -mem ${KUBE_MEM} -state " ${state} " -disk size=${KUBE_DISK} -data $state /metadata.json ${uefi} " ${img}${suffix} "
91
+ exec linuxkit -v run ${KUBE_RUN_ARGS} -networking ${KUBE_NETWORKING} -cpus ${KUBE_VCPUS} -mem ${KUBE_MEM} -state " ${state} " -disk size=${KUBE_DISK} -data $state /metadata.json ${uefi} " ${img}${suffix} "
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ proc boot_linuxkit {} {
27
27
# medium+ 3.0 6GB
28
28
# large 4.0 8GB (7680M)
29
29
# xlarge 8.0 16GB (15827M)
30
- spawn env {KUBE_RUN_ARGS=-publish 2222:22} KUBE_MEM=3584 KUBE_VCPUS=8 KUBE_DISK=8G KUBE_CLEAR_STATE=y KUBE_MASTER_UNTAINT=y ./boot.sh
30
+ spawn env {KUBE_RUN_ARGS=-publish 2222:22} KUBE_MEM=3584 KUBE_VCPUS=2 KUBE_DISK=8G KUBE_CLEAR_STATE=y KUBE_MASTER_UNTAINT=y ./boot.sh
31
31
set lk_sid $spawn_id
32
32
puts "INFO lk ($lk_sid) is pid [exp_pid -i $lk_sid]"
33
33
}
You can’t perform that action at this time.
0 commit comments