mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-15 19:09:43 +00:00
20 lines
196 B
Bash
20 lines
196 B
Bash
CLUSTERSIZE=1
|
|
|
|
CLUSTERPREFIX=talos
|
|
|
|
USER_LOGIN=talos
|
|
USER_PASSWORD=training
|
|
|
|
STEPS="
|
|
terraform
|
|
wait
|
|
standardize
|
|
clusterize
|
|
tools
|
|
createuser
|
|
tailhist
|
|
talos
|
|
kubepkgs
|
|
kubetools
|
|
"
|