mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 01:01:12 +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.
17 lines
161 B
Bash
17 lines
161 B
Bash
CLUSTERSIZE=1
|
|
|
|
CLUSTERPREFIX=CHANGEME
|
|
|
|
USER_LOGIN=portal
|
|
USER_PASSWORD=CHANGEME
|
|
|
|
STEPS="
|
|
wait
|
|
standardize
|
|
clusterize
|
|
tools
|
|
docker
|
|
createuser
|
|
ips
|
|
"
|