You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==> How do I set my default network?
I have an existing network interface that I've used without incident for a manually provisioned Compute Engine VM instance.
Busybox, Script
# gcloud beta batch jobs describe job-busybox-9172 --location=us-central1
...
status:
runDuration: 0s
state: FAILED
statusEvents:
- description: Job state is set from QUEUED to SCHEDULED for job projects/<ProjectNumber>/locations/us-central1/jobs/job-busybox-9172.
eventTime: '2023-03-07T22:04:48.589892441Z'
type: STATUS_CHANGED
- description: "Job gets no longer retryable information Batch Error: code - CODE_GCE_RESOURCE_NOT_FOUND,\
\ description - googleapi: Error 404: The resource 'projects/<ProjectNumber>/global/networks/default'\
\ was not found, notFound, already retried 3 times, errors record CODE_GCE_RESOURCE_NOT_FOUND."
eventTime: '2023-03-07T22:08:21.906612928Z'
type: OPERATIONAL_INFO
- description: Job state is set from SCHEDULED to SCHEDULED_PENDING_FAILED for job
projects/<ProjectNumber>/locations/us-central1/jobs/job-busybox-9172.
eventTime: '2023-03-07T22:08:22.671616487Z'
type: STATUS_CHANGED
- description: Job state is set from SCHEDULED_PENDING_FAILED to FAILED for job
projects/<ProjectNumber>/locations/us-central1/jobs/job-busybox-9172.
eventTime: '2023-03-07T22:08:23.845508708Z'
type: STATUS_CHANGED
Transcoding, Web Console
# gcloud beta batch jobs describe transcode-manual --location=us-central1
...
status:
runDuration: 0s
state: FAILED
statusEvents:
- description: Job state is set from QUEUED to SCHEDULED for job projects/<ProjectNumber>/locations/us-central1/jobs/transcode-manual.
eventTime: '2023-03-07T21:55:45.825619439Z'
type: STATUS_CHANGED
- description: "Job gets no longer retryable information Batch Error: code - CODE_GCE_RESOURCE_NOT_FOUND,\
\ description - googleapi: Error 404: The resource 'projects/<ProjectNumber>/global/networks/default'\
\ was not found, notFound, already retried 3 times, errors record CODE_GCE_RESOURCE_NOT_FOUND."
eventTime: '2023-03-07T21:59:22.741203703Z'
type: OPERATIONAL_INFO
- description: Job state is set from SCHEDULED to SCHEDULED_PENDING_FAILED for job
projects/<ProjectNumber>/locations/us-central1/jobs/transcode-manual.
eventTime: '2023-03-07T21:59:23.388154925Z'
type: STATUS_CHANGED
- description: Job state is set from SCHEDULED_PENDING_FAILED to FAILED for job
projects/<ProjectNumber>/locations/us-central1/jobs/transcode-manual.
eventTime: '2023-03-07T21:59:24.291823883Z'
type: STATUS_CHANGED
The text was updated successfully, but these errors were encountered:
I created an Instance Template via the web console.
Selecting my existing Network interface under "Advanced options" > "Networking" > "Network interfaces"
Modified job.json to use the instanceTemplate instead of default policy
Quotes around the options
Because all of my instances failed with
"2023-03-07 17:54:35.356 EST /mnt/share/transcode.sh: line 26: libvpx-vp9: command not found"
Add to troubleshooting, because this was somewhat gnarly to resolve?
Root cause fix
For this error in your GCP Log Explorer "Query results"
The resource 'projects/[PROJECT_NUMBER]/global/networks/default' was not found
The project [PROJECT_NUMBER] did not have a default VPC created at project creation. This can occur in centrally managed enterprise accounts where an enterprise administrator uses a global default for the organization instead of project-specific defaults.
I ran both busybox (Container Job) and transcoding (Script Job). Using both the sample scripts and web console.
This error does not exist in Troubleshooting.
My best guess...
==> How do I set my default network?
I have an existing network interface that I've used without incident for a manually provisioned Compute Engine VM instance.
Busybox, Script
Transcoding, Web Console
The text was updated successfully, but these errors were encountered: