How can I connect a Cloud SQL instance to my Cloud Run V2 push-Work Pool? #17533
-
This would be the equivalent of deploying the job using w/ Now, I might be crazy, but the option popped up for one of my newly-created workpools. Now I can't get it to come up for the life of me (I'm creating work pools via the UI). I even made deployments to that pool. Note: This is a push work pool, so I do not manually create workers; they're created automatically. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@AmagicalFishy doesn't look like we expose this as a UI form field currently, but you should be able to modify the push pool's job configuration in the ![]() I believe the if I'm translating the docs correctly, I think this might be the right spot to drop in your arg ![]() |
Beta Was this translation helpful? Give feedback.
@AmagicalFishy doesn't look like we expose this as a UI form field currently, but you should be able to modify the push pool's job configuration in the
Advanced
tab to add it in. this spec is the source of truth for the payload that gets sent to Cloud Run, which defines the CR jobI believe the
--add-cloudsql-instances
corresponds to this argument on CR V2's APIhttps://cloud.google.com/run/docs/reference/rpc/google.cloud.run.v2#google.cloud.run.v2.CloudSqlInstance
if I'm translating the docs correctly, I think this might be the right spot to drop in your arg