Skip to content

Commit

Permalink
Update Quickstart to be API focused
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Lumbis <pete@upbound.io>
  • Loading branch information
plumbis committed Jul 29, 2023
1 parent 50a16c8 commit 44f2e4a
Show file tree
Hide file tree
Showing 8 changed files with 2,815 additions and 4,263 deletions.
1,198 changes: 1,198 additions & 0 deletions content/master/getting-started/install-crossplane-include.md

Large diffs are not rendered by default.

11 changes: 3 additions & 8 deletions content/master/getting-started/provider-aws-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: AWS Quickstart Part 2
weight: 120
tocHidden: true
aliases:
- /master/getting-started/provider-aws-part-3
---

{{< hint "important" >}}
Expand All @@ -10,16 +12,9 @@ This guide is part 2 of a series.
[**Part 1**]({{<ref "provider-aws" >}}) covers
to installing Crossplane and connect your Kubernetes cluster to AWS.

[**Part 3**]({{<ref "provider-aws-part-3">}}) covers patching
_composite resources_ and using Crossplane _packages_.
{{< /hint >}}

<!-- vale gitlab.SentenceLength = NO -->
This section creates a _[Composition](#create-a-composition)_,
_[Composite Resource Definition](#define-a-composite-resource)_ and a
_[Claim](#create-a-claim)_
to create a custom Kubernetes API to create AWS resources.
<!-- vale gitlab.SentenceLength = YES -->
This guide walks you through building and accessing a custom API with Crossplane.

## Prerequisites
* Complete [quickstart part 1]({{<ref "provider-aws" >}}) connecting Kubernetes
Expand Down
Loading

0 comments on commit 44f2e4a

Please sign in to comment.