mirror of https://github.com/crossplane/docs.git
Remove links to deleted getting started pages
Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
parent
b84fd314a1
commit
82f9842e68
|
@ -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]({{<ref "provider-aws" >}})
|
||||
* [Azure quickstart]({{<ref "provider-azure" >}})
|
||||
* [GCP quickstart]({{<ref "provider-gcp" >}})
|
||||
|
||||
## Install
|
||||
Ready to get started? [Install Crossplane]({{<ref "../software/install" >}}) in a Kubernetes cluster.
|
|
@ -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
|
||||
|
|
|
@ -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]({{<ref "provider-azure" >}})
|
||||
* [AWS Quickstart]({{<ref "provider-aws" >}})
|
||||
* [GCP Quickstart]({{<ref "provider-gcp" >}})
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue