mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-04-21 01:26:46 +00:00
Instead of showing kubenet and kuberouter with Kubernetes 1.19, we now start with Kubernetes 1.28 (or whatever is the latest version) along with containerd and CNI.
21 lines
203 B
Bash
21 lines
203 B
Bash
CLUSTERSIZE=3
|
|
|
|
CLUSTERPREFIX=polykube
|
|
|
|
USER_LOGIN=k8s
|
|
USER_PASSWORD=training
|
|
|
|
STEPS="
|
|
wait
|
|
standardize
|
|
clusterize
|
|
tools
|
|
kubepkgs
|
|
kubebins
|
|
createuser
|
|
webssh
|
|
tailhist
|
|
kubetools
|
|
ips
|
|
"
|