mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-04-20 00:56:48 +00:00
26 lines
351 B
Bash
26 lines
351 B
Bash
CLUSTERSIZE=3
|
|
|
|
CLUSTERPREFIX=oldversion
|
|
|
|
USER_LOGIN=k8s
|
|
USER_PASSWORD=training
|
|
|
|
# For a list of old versions, check:
|
|
# https://kubernetes.io/releases/patch-releases/#non-active-branch-history
|
|
KUBEVERSION=1.24.14
|
|
|
|
STEPS="
|
|
wait
|
|
standardize
|
|
clusterize
|
|
tools
|
|
docker
|
|
createuser
|
|
webssh
|
|
tailhist
|
|
kubepkgs
|
|
kubeadm
|
|
kubetools
|
|
kubetest
|
|
"
|