Now multiple users on the hosts may create their own instances of Usernetes (thanks to @vsoch #346 #352).
The port numbers have to be changed to avoid conflicts.
# Default: 2379
export PORT_ETCD=12379
# Default: 10250
export PORT_KUBELET=20250
# Default: 8472
export PORT_FLANNEL=18472
# Default: 6443
export PORT_KUBE_APISERVER=16443
make up
Full Changelog: gen2-v20241203.0...gen2-v20241211.0