Skip to content

gen2-v20241211.0

Compare
Choose a tag to compare
@AkihiroSuda AkihiroSuda released this 10 Dec 16:57
· 15 commits to master since this release
gen2-v20241211.0
c03d70a

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