-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add NFS and GCS volume support to Cloud Run v2 *Jobs* #17336
add NFS and GCS volume support to Cloud Run v2 *Jobs* #17336
Comments
This appears to be something that can be added to jobs the same way as it was for services, however, I cannot find the |
It can be done with jobs, I guess the documentation just hasn't been updated yet. You can see it in the golang api Documentation, for example, which I guess gets updated more often. https://pkg.go.dev/google.golang.org/api/run/v2#GoogleCloudRunV2GCSVolumeSource I included GCS in jobs in GoogleCloudPlatform/magic-modules#9746 but then someone beat me to including it in Services and I haven't merged those changes in yet. |
@bskaplan is this something you're planning to take on? |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
to expedite investigation and resolution of this issue.
Description
Support for NFS and GCS volumes in Cloud Run services was recently added, but is still not available for Cloud Run jobs.
New or Affected Resource(s)
Potential Terraform Configuration
References
related issues (covering cloud run services):
PR implementing GCS and NFS support in service:
b/326474722
The text was updated successfully, but these errors were encountered: