cloudrun/Service Deployment

Investigates the necessary GCP components searching for reasons for deployment errors.

Product: Cloud Run Kind: Debugging Tree

Description

This runbook will examine the following key areas:

  1. Container and code Checks. - Ensures the Container is in correct state to run in Cloud Run

Scope of Investigation: - Note that this runbook does not provide troubleshooting steps for errors caused by the code running in the container.

Executing this runbook

gcpdiag runbook cloudrun/service-deployment \
  -p project_id=value \
  -p region=value \
  -p service_name=value \
  -p start_time_utc=value \
  -p end_time_utc=value

Parameters

Name Required Default Type Help
project_id True None str The Project ID of the resource under investigation
region True None str Region of the service.
service_name True None str Name of the Cloud Run service
start_time_utc False None datetime Start time of the issue
end_time_utc False None datetime End time of the issue

Get help on available commands

gcpdiag runbook --help

Potential Steps