mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-06 00:46:56 +00:00
This is required for the kubenet and kuberouter labs, for 'operating kubernetes' training classes.
22 lines
221 B
Bash
22 lines
221 B
Bash
CLUSTERSIZE=3
|
|
|
|
CLUSTERPREFIX=kuberouter
|
|
CLUSTERNUMBER=200
|
|
|
|
USER_LOGIN=k8s
|
|
USER_PASSWORD=training
|
|
|
|
STEPS="
|
|
wait
|
|
standardize
|
|
clusterize
|
|
tools
|
|
docker
|
|
createuser
|
|
webssh
|
|
tailhist
|
|
kubebins
|
|
kubetools
|
|
ips
|
|
"
|