diff --git a/prepare-vms/setup-lisa.sh b/prepare-vms/setup-lisa.sh new file mode 100755 index 00000000..5751f9b3 --- /dev/null +++ b/prepare-vms/setup-lisa.sh @@ -0,0 +1,25 @@ +#!/bin/sh +set -e + +export AWS_INSTANCE_TYPE=t3a.small + +INFRA=infra/aws-us-west-2 + +STUDENTS=120 + +PREFIX=$(date +%Y-%m-%d-%H-%M) + +SETTINGS=jerome +TAG=$PREFIX-$SETTINGS +./workshopctl start \ + --tag $TAG \ + --infra $INFRA \ + --settings settings/$SETTINGS.yaml \ + --count $((3*$STUDENTS)) + +./workshopctl deploy $TAG +./workshopctl disabledocker $TAG +./workshopctl kubebins $TAG +./workshopctl disableaddrchecks $TAG +./workshopctl cards $TAG + diff --git a/prepare-vms/templates/cards.html b/prepare-vms/templates/cards.html index 7a30cd41..3fab243b 100644 --- a/prepare-vms/templates/cards.html +++ b/prepare-vms/templates/cards.html @@ -212,16 +212,18 @@ img.kube { {% for x in range(pagesize) %}
You got this at the workshop - "Getting Started With Kubernetes and Container Orchestration" - during QCON London (March 2019).
-If you liked that workshop, +
You got this at the tutorial:
+ "Deep Dive into Kubernetes Internals
+ for Builders and Operators" during LISA
+ in Portland (October 2019).
+
If you liked that tutorial, I can train your team or organization on Docker, container, and Kubernetes, - with curriculums of 1 to 5 days. + with courses of 1 to 5 days.
Interested? Contact me at:
-jerome.petazzoni@gmail.com
+jerome.petazzoni@gmail.com
Thank you!