mirror of https://github.com/crossplane/docs.git
commit
d5c746f4aa
|
@ -6,7 +6,7 @@ description: An introduction to Crossplane and Crossplane quickstart guides.
|
||||||
|
|
||||||
{{<img src="/media/banner.png" alt="Crossplane Popsicle Truck" size="large" >}}
|
{{<img src="/media/banner.png" alt="Crossplane Popsicle Truck" size="large" >}}
|
||||||
|
|
||||||
## 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" >}})
|
* [Azure quickstart]({{<ref "provider-azure" >}})
|
||||||
|
|
|
@ -79,7 +79,10 @@ usages.apiextensions.crossplane.io
|
||||||
|
|
||||||
The following sections describe the functions of some of these CRDs.
|
The following sections describe the functions of some of these CRDs.
|
||||||
|
|
||||||
|
<!-- vale Google.Headings = NO -->
|
||||||
|
<!-- allow "Providers" -->
|
||||||
## Providers
|
## Providers
|
||||||
|
<!-- vale Google.Headings = YES -->
|
||||||
A Crossplane _Provider_ creates a second set of CRDs that define how Crossplane
|
A Crossplane _Provider_ creates a second set of CRDs that define how Crossplane
|
||||||
connects to a non-Kubernetes service. Each external service relies on its own
|
connects to a non-Kubernetes service. Each external service relies on its own
|
||||||
Provider. For example,
|
Provider. For example,
|
||||||
|
|
|
@ -4,8 +4,8 @@ weight: 300
|
||||||
description: Manage Crossplane installations
|
description: Manage Crossplane installations
|
||||||
---
|
---
|
||||||
|
|
||||||
## [Install Crossplane](./install/)
|
## [Install Crossplane](install/)
|
||||||
How to install and customize Crossplane in an existing Kubernetes cluster.
|
How to install and customize Crossplane in an existing Kubernetes cluster.
|
||||||
|
|
||||||
## [Uninstall Crossplane](./uninstall/)
|
## [Uninstall Crossplane](uninstall/)
|
||||||
How to remove Crossplane from a Kubernetes cluster.
|
How to remove Crossplane from a Kubernetes cluster.
|
|
@ -6,7 +6,7 @@ description: An introduction to Crossplane and Crossplane quickstart guides.
|
||||||
|
|
||||||
{{<img src="/media/banner.png" alt="Crossplane Popsicle Truck" size="large" >}}
|
{{<img src="/media/banner.png" alt="Crossplane Popsicle Truck" size="large" >}}
|
||||||
|
|
||||||
## 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" >}})
|
* [Azure quickstart]({{<ref "provider-azure" >}})
|
||||||
|
|
|
@ -74,7 +74,10 @@ storeconfigs.secrets.crossplane.io
|
||||||
|
|
||||||
The following sections describe the functions of some of these CRDs.
|
The following sections describe the functions of some of these CRDs.
|
||||||
|
|
||||||
|
<!-- vale Google.Headings = NO -->
|
||||||
|
<!-- allow "Providers" -->
|
||||||
## Providers
|
## Providers
|
||||||
|
<!-- vale Google.Headings = YES -->
|
||||||
A Crossplane _Provider_ creates a second set of CRDs that define how Crossplane
|
A Crossplane _Provider_ creates a second set of CRDs that define how Crossplane
|
||||||
connects to a non-Kubernetes service. Each external service relies on its own
|
connects to a non-Kubernetes service. Each external service relies on its own
|
||||||
Provider. For example,
|
Provider. For example,
|
||||||
|
|
|
@ -33,7 +33,7 @@ Read the
|
||||||
and package revision APIs.
|
and package revision APIs.
|
||||||
* The introduction of the new [Crossplane CLI]({{<ref "../cli" >}}) deprecates
|
* The introduction of the new [Crossplane CLI]({{<ref "../cli" >}}) deprecates
|
||||||
the existing `kubectl crossplane` plugin.
|
the existing `kubectl crossplane` plugin.
|
||||||
* The `v1beta1` implementation of Composition Functions is incompatable with
|
* The `v1beta1` implementation of Composition Functions is incompatible with
|
||||||
existing `v1alpha1` functions.
|
existing `v1alpha1` functions.
|
||||||
|
|
||||||
### 💡 New features
|
### 💡 New features
|
||||||
|
|
|
@ -4,8 +4,8 @@ weight: 300
|
||||||
description: Manage Crossplane installations
|
description: Manage Crossplane installations
|
||||||
---
|
---
|
||||||
|
|
||||||
## [Install Crossplane](./install/)
|
## [Install Crossplane](install/)
|
||||||
How to install and customize Crossplane in an existing Kubernetes cluster.
|
How to install and customize Crossplane in an existing Kubernetes cluster.
|
||||||
|
|
||||||
## [Uninstall Crossplane](./uninstall/)
|
## [Uninstall Crossplane](uninstall/)
|
||||||
How to remove Crossplane from a Kubernetes cluster.
|
How to remove Crossplane from a Kubernetes cluster.
|
|
@ -6,7 +6,7 @@ description: An introduction to Crossplane and Crossplane quickstart guides.
|
||||||
|
|
||||||
{{<img src="/media/banner.png" alt="Crossplane Popsicle Truck" size="large" >}}
|
{{<img src="/media/banner.png" alt="Crossplane Popsicle Truck" size="large" >}}
|
||||||
|
|
||||||
## 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" >}})
|
* [Azure quickstart]({{<ref "provider-azure" >}})
|
||||||
|
|
|
@ -79,7 +79,10 @@ usages.apiextensions.crossplane.io
|
||||||
|
|
||||||
The following sections describe the functions of some of these CRDs.
|
The following sections describe the functions of some of these CRDs.
|
||||||
|
|
||||||
|
<!-- vale Google.Headings = NO -->
|
||||||
|
<!-- allow "Providers" -->
|
||||||
## Providers
|
## Providers
|
||||||
|
<!-- vale Google.Headings = YES -->
|
||||||
A Crossplane _Provider_ creates a second set of CRDs that define how Crossplane
|
A Crossplane _Provider_ creates a second set of CRDs that define how Crossplane
|
||||||
connects to a non-Kubernetes service. Each external service relies on its own
|
connects to a non-Kubernetes service. Each external service relies on its own
|
||||||
Provider. For example,
|
Provider. For example,
|
||||||
|
|
|
@ -23,6 +23,7 @@ gitlab.VersionText = NO
|
||||||
gitlab.VersionTextSingleLine = NO
|
gitlab.VersionTextSingleLine = NO
|
||||||
gitlab.EOLWhitespace = NO
|
gitlab.EOLWhitespace = NO
|
||||||
gitlab.Normal = NO
|
gitlab.Normal = NO
|
||||||
|
gitlab.InternalLinkExtension = NO
|
||||||
|
|
||||||
# Covered by Alex
|
# Covered by Alex
|
||||||
gitlab.InclusionCultural = NO
|
gitlab.InclusionCultural = NO
|
||||||
|
|
Loading…
Reference in New Issue