Use Google Cloud SDK in a buildpack compatible app.
Python 3
Add the buildpack to a .buildpacks
configuration in the root of the application directory to install gcloud
and kubectl
for the application to utilize.
GOOGLE_CLOUD_SDK_BIN_URL
set the source URL for the Google Cloud SDK- Defaults to 64-bit Linux binary for Heroku runtime
- Expects a
*.tar.gz
file as distributed by Google