Skip to content

Commit

Permalink
docs: update cloudrun docs to include log streaming and Job support (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-prindle authored Jan 20, 2023
1 parent 93aa1bb commit 734f4f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs-v2/content/en/docs/pipeline-stages/deployers/cloudrun.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ See the [Cloud Run YAML reference](https://cloud.google.com/run/docs/reference/y

This deployer will use the [application default credentials](https://cloud.google.com/docs/authentication/production#automatically) to deploy. You can configure this to use your user credentials by running `gcloud auth application-default login`.

# Features
- As of Skaffold `v2.1.0`, Skaffold's Cloud Run Deployer now supports log streaming from the deployed Cloud Run Service(s)/Job(s). NOTE: this requires installing the following `gcloud components`: `alpha`, `beta`, `cloud-run-proxy`, and `log-streaming`
- Supports deploying Cloud Run `Service` and `Job` objects

## Configuring Cloud Run

To deploy to Cloud Run, use the `cloudrun` type in the `deploy` section of `skaffold.yaml`.
Expand All @@ -27,6 +31,7 @@ The `cloudrun` type offers the following options:

{{< schema root="CloudRunDeploy" >}}


### Example

The following `deploy` section instructs Skaffold to deploy
Expand All @@ -39,3 +44,4 @@ Images listed to be deployed with the Cloud Run deployer must be present in Goog
Registry or Google Container Registry. If you are using Skaffold to build the images, ensure `push` is
set to true.
{{< /alert >}}

0 comments on commit 734f4f4

Please sign in to comment.