gardener / ops-toolbelt

Useful tools and operations guide for gardener landscapes
Apache License 2.0
15 stars 26 forks source link

Fix gcloud and azure-cli installations #71

Closed plkokanov closed 2 years ago

plkokanov commented 2 years ago

What this PR does / why we need it: Fixes the gcloud azure clients installtions that were broken by #69 due to also updating the ubuntu version to 20.04 Additionally changes back the pip installation to use https://bootstrap.pypa.io/pip/get-pip.py as on ubuntu 20.04 python3.8 can be installed (there is no https://bootstrap.pypa.io/pip/3.8/get-pip.py so that i can pin the url to the specific python version)

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Release note:

Fixed missing installations of gcloud and azure clients inside IaaS ops-toolbelt images.