From 4ce59e8dc4858b5546ecda77c041937802e7f004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20T=C3=BCrken?= Date: Fri, 11 Aug 2023 15:21:26 +0300 Subject: [PATCH] Add warning for monolithic provider to the docs --- docs/Configuration.md | 2 ++ docs/Quickstart.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/Configuration.md b/docs/Configuration.md index 129d3e835..229a3af04 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -2,6 +2,8 @@ title: Configuration weight: 2 --- +> :warning: **Warning:** The monolithic GCP provider (`upbound/provider-gcp`) has been deprecated in favor of the [GCP provider family](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/). You can read more about the provider families in our [blog post](https://blog.upbound.io/new-provider-families) and the official documentation for the provider families is [here](https://docs.upbound.io/providers/provider-families/). We will continue support for the monolithic GCP provider until June 12, 2024. And you can find more information on migrating from the monolithic providers to the provider families [here](https://docs.upbound.io/providers/migration/). + # GCP official provider documentation Upbound supports and maintains the Upbound GCP official provider. diff --git a/docs/Quickstart.md b/docs/Quickstart.md index f115e2880..476a316a9 100644 --- a/docs/Quickstart.md +++ b/docs/Quickstart.md @@ -2,6 +2,8 @@ title: Quickstart weight: 1 --- +> :warning: **Warning:** The monolithic GCP provider (`upbound/provider-gcp`) has been deprecated in favor of the [GCP provider family](https://marketplace.upbound.io/providers/upbound/provider-family-gcp/). You can read more about the provider families in our [blog post](https://blog.upbound.io/new-provider-families) and the official documentation for the provider families is [here](https://docs.upbound.io/providers/provider-families/). We will continue support for the monolithic GCP provider until June 12, 2024. And you can find more information on migrating from the monolithic providers to the provider families [here](https://docs.upbound.io/providers/migration/). + # Quickstart This guide walks through the process to install Upbound Universal Crossplane and install the GCP official provider.