I apologize for asking here, but I've simply hit a wall trying to figure this out from Google's documentation.
I'm trying to submit a build using googleCloudRunner to a private worker pool. I'm doing this by passing the argument:
options = list("pool" = list("name" = "projects/{projectid}/locations/{region}/workerPools/{worker pool name}")))
to cr_build. I've checked an double checked that the service account submitting the build has the WorkerPool User role. But I just get a 404 workerpool not found error every time.
I feel like I've done all the steps in the Google documentation, but clearly I'm missing something. Again, I realize this isn't a problem with your package, I just feel out of other options at this point.
I apologize for asking here, but I've simply hit a wall trying to figure this out from Google's documentation.
I'm trying to submit a build using googleCloudRunner to a private worker pool. I'm doing this by passing the argument:
to
cr_build. I've checked an double checked that the service account submitting the build has the WorkerPool User role. But I just get a 404 workerpool not found error every time.I feel like I've done all the steps in the Google documentation, but clearly I'm missing something. Again, I realize this isn't a problem with your package, I just feel out of other options at this point.