Skip to content

Commit

Permalink
GCP one click deployment postcreate hook - review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneLightsOn committed May 31, 2024
1 parent 501cefa commit ffbd560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deployment_guides/gcp_one_click_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Optionally you can get this URL using GCP console, to do it follow these steps:

If the deployment is stuck on pushing the image to the Container Registry close the shell and try to redeploy the service.

If the deployment is stuck in a pending state or the connection to your Google Cloud Shell was lost like it shown on the image below:
If the deployment is stuck in a pending state or the connection to your Google Cloud Shell was lost like shown below:
![](/docs/assets/cloud_shell_stuck.png)

or you get the nginx 502 error when you try to access the Toolkit URL,
or you get the nginx 502 error when trying to access the Toolkit URL,
it means that the deployment process was not completed successfully, and we need to create a new revision for our deployment with correct settings.

Cloud Run does not set the startupProbe settings to the correct value, so we need to set it in the new revision.
Expand Down

0 comments on commit ffbd560

Please sign in to comment.