mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-11 11:26:41 +00:00
23 lines
233 B
Bash
23 lines
233 B
Bash
CLUSTERSIZE=3
|
|
|
|
CLUSTERPREFIX=kuberouter
|
|
CLUSTERNUMBER=200
|
|
|
|
USER_LOGIN=k8s
|
|
USER_PASSWORD=training
|
|
|
|
STEPS="
|
|
terraform
|
|
wait
|
|
standardize
|
|
clusterize
|
|
tools
|
|
docker
|
|
createuser
|
|
webssh
|
|
tailhist
|
|
kubebins
|
|
kubetools
|
|
ips
|
|
"
|