diff --git a/content/v2.0-preview/getting-started/_index.md b/content/v2.0-preview/getting-started/_index.md index 860fbbf9..69cf2778 100644 --- a/content/v2.0-preview/getting-started/_index.md +++ b/content/v2.0-preview/getting-started/_index.md @@ -9,8 +9,6 @@ description: An introduction to Crossplane and Crossplane quickstart guides. ## Hands-on Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider. * [AWS quickstart]({{}}) -* [Azure quickstart]({{}}) -* [GCP quickstart]({{}}) ## Install Ready to get started? [Install Crossplane]({{}}) in a Kubernetes cluster. \ No newline at end of file diff --git a/content/v2.0-preview/getting-started/install-crossplane-include.md b/content/v2.0-preview/getting-started/install-crossplane-include.md index 45015373..fa8baa9b 100644 --- a/content/v2.0-preview/getting-started/install-crossplane-include.md +++ b/content/v2.0-preview/getting-started/install-crossplane-include.md @@ -1116,7 +1116,6 @@ environmentconfigs envcfg apiextensions.crossplane.io/v1bet usages apiextensions.crossplane.io/v1alpha1 false Usage configurationrevisions pkg.crossplane.io/v1 false ConfigurationRevision configurations pkg.crossplane.io/v1 false Configuration -controllerconfigs pkg.crossplane.io/v1alpha1 false ControllerConfig deploymentruntimeconfigs pkg.crossplane.io/v1beta1 false DeploymentRuntimeConfig functionrevisions pkg.crossplane.io/v1beta1 false FunctionRevision functions pkg.crossplane.io/v1beta1 false Function diff --git a/content/v2.0-preview/getting-started/introduction.md b/content/v2.0-preview/getting-started/introduction.md index f67b4bee..859a1b41 100644 --- a/content/v2.0-preview/getting-started/introduction.md +++ b/content/v2.0-preview/getting-started/introduction.md @@ -64,7 +64,6 @@ compositionrevisions.apiextensions.crossplane.io compositions.apiextensions.crossplane.io configurationrevisions.pkg.crossplane.io configurations.pkg.crossplane.io -controllerconfigs.pkg.crossplane.io deploymentruntimeconfigs.pkg.crossplane.io environmentconfigs.apiextensions.crossplane.io functionrevisions.pkg.crossplane.io @@ -490,6 +489,4 @@ View all available Claims with the command `kubectl get claim`. ## Next steps Build your own Crossplane platform using one of the quickstart guides. -* [Azure Quickstart]({{}}) * [AWS Quickstart]({{}}) -* [GCP Quickstart]({{}}) diff --git a/content/v2.0-preview/getting-started/provider-aws.md b/content/v2.0-preview/getting-started/provider-aws.md index 56a09394..f19b4d8f 100644 --- a/content/v2.0-preview/getting-started/provider-aws.md +++ b/content/v2.0-preview/getting-started/provider-aws.md @@ -7,13 +7,6 @@ Connect Crossplane to AWS to create and manage cloud resources from Kubernetes with [provider-upjet-aws](https://github.com/crossplane-contrib/provider-upjet-aws). -This guide is in two parts: -* Part 1 walks through installing Crossplane, configuring the provider to -authenticate to AWS and creating a _Managed Resource_ in AWS directly from your -Kubernetes cluster. This shows Crossplane can communicate with AWS. -* [Part 2]({{< ref "provider-aws-part-2" >}}) shows how to build and access a - custom API with Crossplane. - ## Prerequisites This quickstart requires: @@ -236,9 +229,5 @@ bucket.s3.aws.upbound.io "crossplane-bucket-hhdzh" deleted ``` ## Next steps -* [**Continue to part 2**]({{< ref "provider-aws-part-2">}}) to create and use a - custom API with Crossplane. -* Explore AWS resources that Crossplane can configure in the - [provider CRD reference](https://github.com/crossplane-contrib/provider-upjet-aws/blob/main/package/crds). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with Crossplane users and contributors.