mirror of https://github.com/crossplane/docs.git
Rename 'Packages' to 'Configurations'
The page mostly documents configurations Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
parent
dd0f208f38
commit
e4e84575cd
|
|
@ -178,7 +178,7 @@ built-in support in [function-go-templating](https://github.com/crossplane-contr
|
|||
## xpkg
|
||||
|
||||
The `crossplane xpkg` commands create, install and update Crossplane
|
||||
[packages]({{<ref "../packages/packages">}}) as well as enable authentication
|
||||
[packages]({{<ref "../packages/configurations">}}) as well as enable authentication
|
||||
and publishing of Crossplane packages to a Crossplane package registry.
|
||||
|
||||
### xpkg build
|
||||
|
|
@ -193,7 +193,7 @@ The CLI applies the required annotations and values to meet the
|
|||
[Crossplane XPKG specification](https://github.com/crossplane/crossplane/blob/main/contributing/specifications/xpkg.md).
|
||||
|
||||
The `crossplane` CLI supports building
|
||||
[configuration]({{< ref "../packages/packages" >}}),
|
||||
[configuration]({{< ref "../packages/configurations" >}}),
|
||||
[function]({{<ref "../composition/compositions">}}) and
|
||||
[provider]({{<ref "../packages/providers" >}}) package types.
|
||||
|
||||
|
|
@ -270,7 +270,7 @@ with the command
|
|||
The `<name>` input isn't used. Crossplane reserves the `<name>` for future releases.
|
||||
|
||||
The `<template>` value may be one of four well known templates:
|
||||
* `configuration-template` - A template to build a Crossplane [Configuration]({{<ref "../packages/packages">}}) from the [crossplane/configuration-template](https://github.com/crossplane/configuration-template) repository.
|
||||
* `configuration-template` - A template to build a Crossplane [Configuration]({{<ref "../packages/configurations">}}) from the [crossplane/configuration-template](https://github.com/crossplane/configuration-template) repository.
|
||||
* `function-template-go` - A template to build Crossplane Go [composition functions]({{<ref "../composition/compositions">}}) from the [crossplane/function-template-go](https://github.com/crossplane/function-template-go) repository.
|
||||
* `function-template-python` - A template to build Crossplane Python [composition functions]({{<ref "../composition/compositions">}}) from the [crossplane/function-template-python](https://github.com/crossplane/function-template-go) repository.
|
||||
* `provider-template` - A template to build a basic Crossplane provider from the [Crossplane/provider-template](https://github.com/crossplane/provider-template) repository.
|
||||
|
|
@ -352,7 +352,7 @@ returns an error if the `wait` time expires before the package is `HEALTHY`.
|
|||
#### Require manual package activation
|
||||
|
||||
Set the package to require
|
||||
[manual activation]({{<ref "../packages/packages#revision-activation-policy" >}}),
|
||||
[manual activation]({{<ref "../packages/configurations#revision-activation-policy" >}}),
|
||||
preventing an automatic upgrade of a package with `--manual-activation`
|
||||
|
||||
#### Authenticate to a private registry
|
||||
|
|
@ -372,7 +372,7 @@ cache.
|
|||
Store more inactive copies of a package with `--revision-history-limit`.
|
||||
|
||||
Read more about
|
||||
[package revisions]({{< ref "../packages/packages#configuration-revisions" >}})
|
||||
[package revisions]({{< ref "../packages/configurations#configuration-revisions" >}})
|
||||
in the package documentation.
|
||||
|
||||
### xpkg login
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ spec:
|
|||
|
||||
{{< hint "tip" >}}
|
||||
Functions are Crossplane Packages. Read more about Packages in the
|
||||
[Packages documentation]({{<ref "../packages/packages" >}}).
|
||||
[Packages documentation]({{<ref "../packages/configurations" >}}).
|
||||
{{< /hint >}}
|
||||
|
||||
By default, the Function pod installs in the same namespace as Crossplane
|
||||
|
|
|
|||
|
|
@ -209,7 +209,7 @@ has some useful information.
|
|||
[Pausing Providers]: #pausing-providers
|
||||
[Deleting When a Resource Hangs]: #deleting-when-a-resource-hangs
|
||||
[Installing Crossplane Package]: #installing-crossplane-package
|
||||
[Crossplane package]: {{<ref "../packages/packages/">}}
|
||||
[Crossplane package]: {{<ref "../packages/configurations/">}}
|
||||
[Handling Crossplane Package Dependency]: #handling-crossplane-package-dependency
|
||||
[semver spec]: https://github.com/Masterminds/semver#basic-comparisons
|
||||
|
||||
|
|
|
|||
|
|
@ -843,7 +843,7 @@ crossplane xpkg build \
|
|||
|
||||
{{<hint "tip">}}
|
||||
Crossplane packages are special OCI images. Read more about packages in the
|
||||
[packages documentation]({{< ref "../packages/packages" >}}).
|
||||
[packages documentation]({{< ref "../packages/configurations" >}}).
|
||||
{{</hint>}}
|
||||
|
||||
Push both package files to a registry. Pushing both files to one tag in the
|
||||
|
|
|
|||
|
|
@ -712,7 +712,7 @@ crossplane xpkg build \
|
|||
|
||||
{{<hint "tip">}}
|
||||
Crossplane packages are special OCI images. Read more about packages in the
|
||||
[packages documentation]({{< ref "../packages/packages" >}}).
|
||||
[packages documentation]({{< ref "../packages/configurations" >}}).
|
||||
{{</hint>}}
|
||||
|
||||
Push both package files to a registry. Pushing both files to one tag in the
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Configuration Packages
|
||||
title: Configurations
|
||||
description: "Packages combine multiple Crossplane resources into a single, portable, OCI image."
|
||||
altTitle: "Crossplane Packages"
|
||||
weight: 200
|
||||
|
|
@ -233,5 +233,5 @@ using the package manager. This allows you to deploy several control planes with
|
|||
identical capabilities - for example one control plane per region or per
|
||||
service.
|
||||
|
||||
Read about Crossplane packages in [Concepts]({{<ref "../packages/packages">}})
|
||||
Read about Crossplane packages in [Concepts]({{<ref "../packages/configurations">}})
|
||||
to learn about the package manager.
|
||||
Loading…
Reference in New Issue