Skip to content

How can I connect a Cloud SQL instance to my Cloud Run V2 push-Work Pool? #17533

Answered by parkedwards
AmagicalFishy asked this question in Q&A
Discussion options

You must be logged in to vote

@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 job

I believe the --add-cloudsql-instances corresponds to this argument on CR V2's API
https://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

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@AmagicalFishy
Comment options

@Nonso-M
Comment options

Answer selected by AmagicalFishy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants