mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-15 21:36:37 +00:00
Summary of changes: - "workshopctl" is now "labctl" - it can handle deployment of VMs but also of managed Kubernetes clusters (and therefore, it replaces the "prepare-tf" directory) - support for many more providers has been added Check the README.md, in particular the "directory structure"; it has the most important information.
23 lines
248 B
Bash
23 lines
248 B
Bash
CLUSTERSIZE=3
|
|
|
|
CLUSTERPREFIX=kuberouter
|
|
CLUSTERNUMBER=200
|
|
|
|
USER_LOGIN=k8s
|
|
USER_PASSWORD=training
|
|
|
|
STEPS="
|
|
disableaddrchecks
|
|
wait
|
|
standardize
|
|
clusterize
|
|
tools
|
|
docker
|
|
createuser
|
|
webssh
|
|
tailhist
|
|
kubebins
|
|
kubetools
|
|
cards
|
|
ips
|
|
" |