For unknown reasons the makefile is not exiting after it has printed the "cluster creation successful" message.
The issue is being looked into it, till then just do CTRL+C
to exit the make up
command.
TL;DR Set the following variables on your
make up
run as follows:NETWORK_VM_MTU=1350
andKUBE_NETWORK_MTU=1300
.
Set the NETWORK_VM_MTU
and KUBE_NETWORK_MTU
according to the MTU of your VPN interface(s) - "overhead" (50
).
Using the values in the TL;DR
should work for "99% percent" of common VPNs.
Please attach the output of the make versions
command to the issue as is shown in the issue template. This makes debugging easier.