File tree Expand file tree Collapse file tree 4 files changed +0
-17
lines changed
content/v2.0-preview/getting-started Expand file tree Collapse file tree 4 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ description: An introduction to Crossplane and Crossplane quickstart guides.
99## Hands-on
1010Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider.
1111* [ AWS quickstart] ({{<ref "provider-aws" >}})
12- * [ Azure quickstart] ({{<ref "provider-azure" >}})
13- * [ GCP quickstart] ({{<ref "provider-gcp" >}})
1412
1513## Install
1614Ready to get started? [ Install Crossplane] ({{<ref "../software/install" >}}) in a Kubernetes cluster.
Original file line number Diff line number Diff line change @@ -1116,7 +1116,6 @@ environmentconfigs envcfg apiextensions.crossplane.io/v1bet
11161116usages apiextensions.crossplane.io/v1alpha1 false Usage
11171117configurationrevisions pkg.crossplane.io/v1 false ConfigurationRevision
11181118configurations pkg.crossplane.io/v1 false Configuration
1119- controllerconfigs pkg.crossplane.io/v1alpha1 false ControllerConfig
11201119deploymentruntimeconfigs pkg.crossplane.io/v1beta1 false DeploymentRuntimeConfig
11211120functionrevisions pkg.crossplane.io/v1beta1 false FunctionRevision
11221121functions pkg.crossplane.io/v1beta1 false Function
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ compositionrevisions.apiextensions.crossplane.io
6464compositions.apiextensions.crossplane.io
6565configurationrevisions.pkg.crossplane.io
6666configurations.pkg.crossplane.io
67- controllerconfigs.pkg.crossplane.io
6867deploymentruntimeconfigs.pkg.crossplane.io
6968environmentconfigs.apiextensions.crossplane.io
7069functionrevisions.pkg.crossplane.io
@@ -490,6 +489,4 @@ View all available Claims with the command `kubectl get claim`.
490489
491490# # Next steps
492491Build your own Crossplane platform using one of the quickstart guides.
493- * [Azure Quickstart]({{<ref "provider-azure" >}})
494492* [AWS Quickstart]({{<ref "provider-aws" >}})
495- * [GCP Quickstart]({{<ref "provider-gcp" >}})
Original file line number Diff line number Diff line change @@ -7,13 +7,6 @@ Connect Crossplane to AWS to create and manage cloud resources from Kubernetes
77with
88[ provider-upjet-aws] ( https://github.com/crossplane-contrib/provider-upjet-aws ) .
99
10- This guide is in two parts:
11- * Part 1 walks through installing Crossplane, configuring the provider to
12- authenticate to AWS and creating a _ Managed Resource_ in AWS directly from your
13- Kubernetes cluster. This shows Crossplane can communicate with AWS.
14- * [ Part 2] ({{< ref "provider-aws-part-2" >}}) shows how to build and access a
15- custom API with Crossplane.
16-
1710
1811## Prerequisites
1912This quickstart requires:
@@ -236,9 +229,5 @@ bucket.s3.aws.upbound.io "crossplane-bucket-hhdzh" deleted
236229```
237230
238231## Next steps
239- * [ ** Continue to part 2** ] ({{< ref "provider-aws-part-2">}}) to create and use a
240- custom API with Crossplane.
241- * Explore AWS resources that Crossplane can configure in the
242- [ provider CRD reference] ( https://github.com/crossplane-contrib/provider-upjet-aws/blob/main/package/crds ) .
243232* Join the [ Crossplane Slack] ( https://slack.crossplane.io/ ) and connect with
244233 Crossplane users and contributors.
You can’t perform that action at this time.
0 commit comments