From 187ae3e32ec019eee1c6121908da65360c06ce0e Mon Sep 17 00:00:00 2001 From: Aaron Prindle Date: Wed, 21 Sep 2022 22:35:25 +0000 Subject: [PATCH] docs: add cloud deploy info to skaffold ci-cd docs --- docs-v2/content/en/docs/workflows/ci-cd.md | 6 +++++- docs/content/en/docs/workflows/ci-cd.md | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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.