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.
9
9
## Hands-on
10
10
Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider.
11
11
* [ AWS quickstart] ({{<ref "provider-aws" >}})
12
- * [ Azure quickstart] ({{<ref "provider-azure" >}})
13
- * [ GCP quickstart] ({{<ref "provider-gcp" >}})
14
12
15
13
## Install
16
14
Ready 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
1116
1116
usages apiextensions.crossplane.io/v1alpha1 false Usage
1117
1117
configurationrevisions pkg.crossplane.io/v1 false ConfigurationRevision
1118
1118
configurations pkg.crossplane.io/v1 false Configuration
1119
- controllerconfigs pkg.crossplane.io/v1alpha1 false ControllerConfig
1120
1119
deploymentruntimeconfigs pkg.crossplane.io/v1beta1 false DeploymentRuntimeConfig
1121
1120
functionrevisions pkg.crossplane.io/v1beta1 false FunctionRevision
1122
1121
functions pkg.crossplane.io/v1beta1 false Function
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ compositionrevisions.apiextensions.crossplane.io
64
64
compositions.apiextensions.crossplane.io
65
65
configurationrevisions.pkg.crossplane.io
66
66
configurations.pkg.crossplane.io
67
- controllerconfigs.pkg.crossplane.io
68
67
deploymentruntimeconfigs.pkg.crossplane.io
69
68
environmentconfigs.apiextensions.crossplane.io
70
69
functionrevisions.pkg.crossplane.io
@@ -490,6 +489,4 @@ View all available Claims with the command `kubectl get claim`.
490
489
491
490
# # Next steps
492
491
Build your own Crossplane platform using one of the quickstart guides.
493
- * [Azure Quickstart]({{<ref "provider-azure" >}})
494
492
* [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
7
7
with
8
8
[ provider-upjet-aws] ( https://github.com/crossplane-contrib/provider-upjet-aws ) .
9
9
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
-
17
10
18
11
## Prerequisites
19
12
This quickstart requires:
@@ -236,9 +229,5 @@ bucket.s3.aws.upbound.io "crossplane-bucket-hhdzh" deleted
236
229
```
237
230
238
231
## 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 ) .
243
232
* Join the [ Crossplane Slack] ( https://slack.crossplane.io/ ) and connect with
244
233
Crossplane users and contributors.
You can’t perform that action at this time.
0 commit comments