This PR adds the missing gcloud auth application-default login command to both the Google Kubernetes Engine (GKE) and Vertex AI examples, so as to ensure that when running the examples locally via a Google Cloud account the credentials are there. Otherwise an authentication error will be raised stating that the default credentials were not found.
This PR also updates and aligns the formatting of the existing README.md files; and applies minor fixes and improvements to some of the vertex-notebook.ipynb files.
Kudos to @philschmid for the fixes and improvements!
Description
This PR adds the missing
gcloud auth application-default login
command to both the Google Kubernetes Engine (GKE) and Vertex AI examples, so as to ensure that when running the examples locally via a Google Cloud account the credentials are there. Otherwise an authentication error will be raised stating that the default credentials were not found.This PR also updates and aligns the formatting of the existing
README.md
files; and applies minor fixes and improvements to some of thevertex-notebook.ipynb
files.Kudos to @philschmid for the fixes and improvements!