The maximum allowed number of active revisions has been reached.
CustomizedPathResponsePending
Health check failed due to user error from customized path of the
container. System will retry.
HealthCheckContainerError
There was a health check error.
HealthCheckSkipped
A revision's container has no port specified since the revision is of a
manually scaled service with 0 instance count
MinInstancesNotProvisioned
A revision with min_instance_count > 0 was created and is reserved, but
it was not configured to serve traffic, so it's not live. This can also
happen momentarily during traffic migration.
MinInstancesWarming
A revision with min_instance_count > 0 was created and is waiting for
enough instances to begin a traffic migration.
NoDeployment
There was no deployment defined.
This value is no longer used, but Services created in older versions of
the API might contain this value.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The documentation covers various versions of the `Condition.Types.RevisionReason` enum within the Google Cloud Run v2 API, ranging from version 1.0.0-beta02 to the latest version 2.13.0."],["`Condition.Types.RevisionReason` provides specific reasons related to the status of a Revision resource in Cloud Run, with detailed explanations for each field within the enum."],["The enum includes fields like `ActiveRevisionLimitReached`, `HealthCheckContainerError`, `MinInstancesWarming`, `Pending`, `Retired`, and `Undefined`, among others, providing insight into the different possible states and issues a revision might encounter."],["Each field in the enum, such as `NoDeployment` or `CustomizedPathResponsePending`, has an associated description explaining its meaning and context within the Cloud Run environment, helping users understand the states."]]],[]]