I added some lookups to the setup scripts which prevent duplicate resource creation and errors. Attendees should be now able to run the scripts multiple times.
I also changed the used Kubernetes version from 1.18.12-gke.1205 to a more generic 1.18 so we don't have to keep up with the supported patch version of GCP. By only using 1.18 gcloud will use the newest 1.18 version, which should be fine.
I added some lookups to the setup scripts which prevent duplicate resource creation and errors. Attendees should be now able to run the scripts multiple times.
I also changed the used Kubernetes version from
1.18.12-gke.1205
to a more generic1.18
so we don't have to keep up with the supported patch version of GCP. By only using1.18
gcloud will use the newest1.18
version, which should be fine.