Open evil-shrike opened 1 year ago
There isn't currently an option for that but you could probably do it manually via the hooks. I'll leave this open as a feature request to add an option for it.
yep, in a postcreate hook:
gcloud run services update $K_SERVICE --execution-environment=gen2 --region=$GOOGLE_CLOUD_REGION
Hi,
currently by default a deployed service has 1st generation of execution environment. Is it possible to specify somehow that I need the 2nd generation?