mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `v1.5`
This commit is contained in:
parent
13e0ff52dc
commit
4bd3f6da10
|
@ -29,16 +29,11 @@ instructions.
|
||||||
<div class="tab-pane fade in active" id="using-hosted-crossplane" markdown="1">
|
<div class="tab-pane fade in active" id="using-hosted-crossplane" markdown="1">
|
||||||
|
|
||||||
## Start with a Hosted Crossplane
|
## Start with a Hosted Crossplane
|
||||||
Upbound Cloud is a managed service of Crossplane created by the founders of
|
|
||||||
Crossplane. You can [create an account](https://cloud.upbound.io/register) to
|
|
||||||
get started. Once logged in, you can
|
|
||||||
[create](https://cloud.upbound.io/docs/getting-started/set-up-upbound-cloud) and
|
|
||||||
then
|
|
||||||
[connect](https://cloud.upbound.io/docs/getting-started/connect-to-your-platform)
|
|
||||||
to your hosted Crossplane cluster.
|
|
||||||
|
|
||||||
Once you've completed these two steps, skip down to [Install Crossplane
|
Upbound, the founders of Crossplane, offers a free service for community members
|
||||||
CLI](#install-crossplane-cli) for further setup instructions.
|
which makes getting started with Crossplane easy. [Create an account] to get
|
||||||
|
started. Once logged in, create a new hosted control plane and connect to it via
|
||||||
|
the [up] CLI. See the [Upbound documentation] for more information.
|
||||||
|
|
||||||
<i>Want see another hosted Crossplane service listed? Please [reach out on
|
<i>Want see another hosted Crossplane service listed? Please [reach out on
|
||||||
Slack][Slack] and our community will highlight it here!</i>
|
Slack][Slack] and our community will highlight it here!</i>
|
||||||
|
@ -48,6 +43,7 @@ Slack][Slack] and our community will highlight it here!</i>
|
||||||
<div class="tab-pane fade" id="using-self-hosted-crossplane" markdown="1">
|
<div class="tab-pane fade" id="using-self-hosted-crossplane" markdown="1">
|
||||||
|
|
||||||
## Start with a Self-Hosted Crossplane
|
## Start with a Self-Hosted Crossplane
|
||||||
|
|
||||||
Installing Crossplane into an existing Kubernetes cluster will require a bit
|
Installing Crossplane into an existing Kubernetes cluster will require a bit
|
||||||
more setup, but can provide more flexibility for users who need it.
|
more setup, but can provide more flexibility for users who need it.
|
||||||
|
|
||||||
|
@ -501,3 +497,6 @@ See [Uninstall] docs for cleaning up resources, packages, and Crossplane itself.
|
||||||
[Crossplane packages]: ../concepts/packages.md
|
[Crossplane packages]: ../concepts/packages.md
|
||||||
[Slack]: http://slack.crossplane.io/
|
[Slack]: http://slack.crossplane.io/
|
||||||
[Upbound Cloud]: https://upbound.io
|
[Upbound Cloud]: https://upbound.io
|
||||||
|
[Create an account]: https://cloud.upbound.io/register
|
||||||
|
[up]: https://github.com/upbound/up
|
||||||
|
[Upbound documentation]: https://cloud.upbound.io/docs
|
||||||
|
|
Loading…
Reference in New Issue