Skip to content

Commit 6590826

Browse files
committed
Move install into get started
Move upgrade and uninstall into guides Signed-off-by: Nic Cope <[email protected]>
1 parent b8b91d1 commit 6590826

File tree

13 files changed

+22
-46
lines changed

13 files changed

+22
-46
lines changed

content/v2.0-preview/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ plane** to check, report and act on any resource, anywhere.
4141

4242

4343
# Get started
44-
* [Install Crossplane]({{<ref "software/install">}}) in your Kubernetes cluster
44+
* [Install Crossplane]({{<ref "get-started/install">}}) in your Kubernetes cluster
4545
* Learn more about how Crossplane works in the
4646
[Crossplane introduction]({{<ref "get-started/introduction" >}})
4747
* Join the [Crossplane Slack](https://slack.crossplane.io/) and start a

content/v2.0-preview/concepts/composition-revisions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,4 +452,4 @@ vpc-staging True myvpcs.aws.example.upbound.io-727b3c8 Automatic map[c
452452
[composition type]: {{<ref "../../master/concepts/compositions" >}}
453453
[Compositions]: {{<ref "../../master/concepts/compositions" >}}
454454
[canary]: https://martinfowler.com/bliki/CanaryRelease.html
455-
[install guide]: {{<ref "../../master/software/install" >}}
455+
[install guide]: {{<ref "../../master/get-started/install" >}}

content/v2.0-preview/concepts/packages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,11 +298,11 @@ that satisfies the constraints.
298298
{{<hint "note" >}}
299299
This configuration requires the `--enable-dependency-version-upgrades` flag.
300300
Please check the
301-
[configuration options]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
301+
[configuration options]({{<ref "../get-started/install#customize-the-crossplane-helm-chart">}})
302302
and
303-
[feature flags]({{<ref "../software/install#feature-flags">}})
303+
[feature flags]({{<ref "../get-started/install#feature-flags">}})
304304
are available in the
305-
[Crossplane Install]({{<ref "../software/install">}})
305+
[Crossplane Install]({{<ref "../get-started/install">}})
306306
section for more details.
307307
{{</hint >}}
308308

content/v2.0-preview/concepts/pods.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The core CRDs installed by the init container include:
3636

3737
{{< hint "note" >}}
3838

39-
The [Install Crossplane]({{< ref "../software/install" >}}) section has more
39+
The [Install Crossplane]({{< ref "../get-started/install" >}}) section has more
4040
information about customizing the Crossplane install.
4141
{{< /hint >}}
4242

@@ -169,7 +169,7 @@ spec:
169169
170170
{{<hint "tip" >}}
171171
172-
The [Crossplane install guide]({{<ref "../software/install#feature-flags">}})
172+
The [Crossplane install guide]({{<ref "../get-started/install#feature-flags">}})
173173
describes enabling feature flags like
174174
{{<hover label="deployment" line="12">}}--enable-realtime-compositions{{</hover>}}
175175
with Helm.
@@ -222,7 +222,7 @@ file, setting `rbacManager.deploy` to `false`.
222222
{{< hint "note" >}}
223223

224224
Instructions for changing Crossplane pod settings during installation are in the
225-
[Crossplane Install]({{<ref "../software/install">}}) section.
225+
[Crossplane Install]({{<ref "../get-started/install">}}) section.
226226
{{< /hint >}}
227227

228228
<!-- vale Microsoft.HeadingAcronyms = NO -->
@@ -335,17 +335,17 @@ Change Crossplane pod settings either before installing Crossplane by editing
335335
the Helm `values.yml` file or after installation by editing the `Deployment`.
336336

337337
The full list of
338-
[configuration options]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
338+
[configuration options]({{<ref "../get-started/install#customize-the-crossplane-helm-chart">}})
339339
and
340-
[feature flags]({{<ref "../software/install#feature-flags">}})
340+
[feature flags]({{<ref "../get-started/install#feature-flags">}})
341341
are available in the
342-
[Crossplane Install]({{<ref "../software/install">}})
342+
[Crossplane Install]({{<ref "../get-started/install">}})
343343
section.
344344

345345
{{< hint "note" >}}
346346

347347
Instructions for changing Crossplane pod settings during installation are in the
348-
[Crossplane Install]({{<ref "../software/install">}}) section.
348+
[Crossplane Install]({{<ref "../get-started/install">}}) section.
349349
{{< /hint >}}
350350

351351
### Edit the deployment
@@ -391,4 +391,4 @@ The core Crossplane pod checks for configured environmental variables at startup
391391
to change default settings.
392392

393393
The full list of configurable environmental variables are available in the
394-
[Crossplane Install]({{<ref "../software/install">}}) section.
394+
[Crossplane Install]({{<ref "../get-started/install">}}) section.

content/v2.0-preview/concepts/providers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,11 +325,11 @@ that satisfies the constraints.
325325
{{<hint "note" >}}
326326
This configuration requires the `--enable-dependency-version-upgrades` flag.
327327
Please check the
328-
[configuration options]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
328+
[configuration options]({{<ref "../get-started/install#customize-the-crossplane-helm-chart">}})
329329
and
330-
[feature flags]({{<ref "../software/install#feature-flags">}})
330+
[feature flags]({{<ref "../get-started/install#feature-flags">}})
331331
are available in the
332-
[Crossplane Install]({{<ref "../software/install">}})
332+
[Crossplane Install]({{<ref "../get-started/install">}})
333333
section for more details.
334334
{{</hint >}}
335335

content/v2.0-preview/concepts/usages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
4848
{{<hint "tip" >}}
4949
50-
The [Crossplane install guide]({{<ref "../software/install#feature-flags">}})
50+
The [Crossplane install guide]({{<ref "../get-started/install#feature-flags">}})
5151
describes enabling feature flags like
5252
{{<hover label="deployment" line="12">}}\-\-enable-usages{{</hover>}}
5353
with Helm.

content/v2.0-preview/get-started/_index.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,3 @@ title: Get Started
33
weight: 4
44
description: Get started with Crossplane.
55
---
6-
7-
{{<img src="/media/banner.png" alt="Crossplane Popsicle Truck" size="large" >}}
8-
9-
## Hands-on
10-
11-
TODO
12-
13-
## Install
14-
15-
Ready to get started? [Install Crossplane]({{<ref "../software/install" >}}) in a Kubernetes cluster.
File renamed without changes.

content/v2.0-preview/get-started/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Crossplane Introduction
3-
weight: 2
3+
weight: 1000
44
---
55

66
Crossplane connects your Kubernetes cluster to external,

content/v2.0-preview/guides/self-signed-ca-certs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ registries, it must be configured to trust the CA and Intermediate certs.
1111

1212
Crossplane needs to be installed via the Helm chart with the
1313
`registryCaBundleConfig.name` and `registryCaBundleConfig.key` parameters
14-
defined. See [Install Crossplane]({{<ref "../../master/software/install" >}}).
14+
defined. See [Install Crossplane]({{<ref "../get-started/install" >}}).
1515

1616
## Configure
1717

0 commit comments

Comments
 (0)