cloudnativetrainings / trainings

Training repo
https://www.cloud-native.com/trainings/
Apache License 2.0
41 stars 37 forks source link

Make setup scripts more resilient #14

Closed anon6789 closed 3 years ago

anon6789 commented 3 years ago

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.