diff --git a/docs-v2/content/en/docs/workflows/ci-cd.md b/docs-v2/content/en/docs/workflows/ci-cd.md index 152651b84d7..cfd927c1266 100644 --- a/docs-v2/content/en/docs/workflows/ci-cd.md +++ b/docs-v2/content/en/docs/workflows/ci-cd.md @@ -4,6 +4,11 @@ linkTitle: "Continuous Delivery" weight: 40 --- + +{{< alert title="Note">}} +Skaffold is used under the hood to power Google Cloud Platform's [Cloud Deploy API](https://cloud.google.com/deploy). See the docs [here](https://cloud.google.com/deploy/docs/using-skaffold) for more information on how to use Skaffold + Cloud Deploy for CI/CD +{{}} + Skaffold provides several features and sub-command "building blocks" that make it very useful for integrating with (or creating entirely new) CI/CD pipelines. The ability to use the same `skaffold.yaml` for iterative development and continuous delivery eases handing off an application from a development team to an ops team. @@ -65,7 +70,6 @@ Starting deploy... - pod/getting-started configured ``` - ## Separation of rendering and deployment {{< maturity "apply" >}} diff --git a/docs/content/en/docs/workflows/ci-cd.md b/docs/content/en/docs/workflows/ci-cd.md index 152651b84d7..71f6d73c7ed 100644 --- a/docs/content/en/docs/workflows/ci-cd.md +++ b/docs/content/en/docs/workflows/ci-cd.md @@ -4,6 +4,10 @@ linkTitle: "Continuous Delivery" weight: 40 --- +{{< alert title="Note">}} +Skaffold is used under the hood to power Google Cloud Platform's [Cloud Deploy API](https://cloud.google.com/deploy). See the docs [here](https://cloud.google.com/deploy/docs/using-skaffold) for more information on how to use Skaffold + Cloud Deploy for CI/CD +{{}} + Skaffold provides several features and sub-command "building blocks" that make it very useful for integrating with (or creating entirely new) CI/CD pipelines. The ability to use the same `skaffold.yaml` for iterative development and continuous delivery eases handing off an application from a development team to an ops team.