Skip to content

Commit 1e91ab4

Browse files
author
Ian Campbell
committed
more debug, less vcpus
Signed-off-by: Ian Campbell <[email protected]>
1 parent 7a6924c commit 1e91ab4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ if [ -n "${kubeadm_data}" ] ; then
8888
echo "{ \"kubeadm\": { \"entries\": { ${kubeadm_data} } } }" > $state/metadata.json
8989
fi
9090

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}"

test.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ proc boot_linuxkit {} {
2727
# medium+ 3.0 6GB
2828
# large 4.0 8GB (7680M)
2929
# 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
3131
set lk_sid $spawn_id
3232
puts "INFO lk ($lk_sid) is pid [exp_pid -i $lk_sid]"
3333
}

0 commit comments

Comments
 (0)