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
|
## Hands-on
|
||||||
Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider.
|
Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider.
|
||||||
* [AWS quickstart]({{<ref "provider-aws" >}})
|
* [AWS quickstart]({{<ref "provider-aws" >}})
|
||||||
* [Azure quickstart]({{<ref "provider-azure" >}})
|
|
||||||
* [GCP quickstart]({{<ref "provider-gcp" >}})
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
Ready to get started? [Install Crossplane]({{<ref "../software/install" >}}) in a Kubernetes cluster.
|
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
|
usages apiextensions.crossplane.io/v1alpha1 false Usage
|
||||||
configurationrevisions pkg.crossplane.io/v1 false ConfigurationRevision
|
configurationrevisions pkg.crossplane.io/v1 false ConfigurationRevision
|
||||||
configurations pkg.crossplane.io/v1 false Configuration
|
configurations pkg.crossplane.io/v1 false Configuration
|
||||||
controllerconfigs pkg.crossplane.io/v1alpha1 false ControllerConfig
|
|
||||||
deploymentruntimeconfigs pkg.crossplane.io/v1beta1 false DeploymentRuntimeConfig
|
deploymentruntimeconfigs pkg.crossplane.io/v1beta1 false DeploymentRuntimeConfig
|
||||||
functionrevisions pkg.crossplane.io/v1beta1 false FunctionRevision
|
functionrevisions pkg.crossplane.io/v1beta1 false FunctionRevision
|
||||||
functions pkg.crossplane.io/v1beta1 false Function
|
functions pkg.crossplane.io/v1beta1 false Function
|
||||||
|
|
|
@ -64,7 +64,6 @@ compositionrevisions.apiextensions.crossplane.io
|
||||||
compositions.apiextensions.crossplane.io
|
compositions.apiextensions.crossplane.io
|
||||||
configurationrevisions.pkg.crossplane.io
|
configurationrevisions.pkg.crossplane.io
|
||||||
configurations.pkg.crossplane.io
|
configurations.pkg.crossplane.io
|
||||||
controllerconfigs.pkg.crossplane.io
|
|
||||||
deploymentruntimeconfigs.pkg.crossplane.io
|
deploymentruntimeconfigs.pkg.crossplane.io
|
||||||
environmentconfigs.apiextensions.crossplane.io
|
environmentconfigs.apiextensions.crossplane.io
|
||||||
functionrevisions.pkg.crossplane.io
|
functionrevisions.pkg.crossplane.io
|
||||||
|
@ -490,6 +489,4 @@ View all available Claims with the command `kubectl get claim`.
|
||||||
|
|
||||||
## Next steps
|
## Next steps
|
||||||
Build your own Crossplane platform using one of the quickstart guides.
|
Build your own Crossplane platform using one of the quickstart guides.
|
||||||
* [Azure Quickstart]({{<ref "provider-azure" >}})
|
|
||||||
* [AWS Quickstart]({{<ref "provider-aws" >}})
|
* [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
|
with
|
||||||
[provider-upjet-aws](https://github.com/crossplane-contrib/provider-upjet-aws).
|
[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
|
## Prerequisites
|
||||||
This quickstart requires:
|
This quickstart requires:
|
||||||
|
@ -236,9 +229,5 @@ bucket.s3.aws.upbound.io "crossplane-bucket-hhdzh" deleted
|
||||||
```
|
```
|
||||||
|
|
||||||
## Next steps
|
## 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
|
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with
|
||||||
Crossplane users and contributors.
|
Crossplane users and contributors.
|
||||||
|
|
Loading…
Reference in New Issue