Bronze 3
Since ‎03-04-2024
Wednesday

My Stats

  • 6 Posts
  • 0 Solutions
  • 3 Likes given
  • 12 Likes received

Mike99's Bio

Badges Mike99 Earned

View all badges

Recent Activity

I'm trying to integrate liveness probes in our Cloud Run deployments. We are running Flask APIs in these deployments.All seems to work fine if I follow the following setup in the yaml: livenessProbe: timeoutSeconds: 3 periodSeconds: 10 failureThresho...
Good afternoon,Previous revisions of a Cloud Run service on our end keep on receiving traffic, while the latest revision is set at "100% (to latest)". In essence we do the following in our CI: gcloud run services update-traffic --to-latest --region=...
Hi,I'm currently assessing Vertex AI User-managed Notebooks vs. the new Vertex AI Workbench Instances. In contrary to the existing User-managed offering, it seems that new Workbench instances have OSLogin enabled by default, which forces it to login ...
Good afternoon,I am trying to install the Gcloud CLI in the standard (public) Python 3.10-slim and 3.9-slim image from DockerhubWhen running the command as defined here : RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages....