mirror of https://github.com/crossplane/docs.git
remove references to default registry
The default registry concept/support was removed in v2 Signed-off-by: Jared Watts <jbw976@gmail.com>
This commit is contained in:
parent
452c634363
commit
6c26dd43fa
|
|
@ -103,25 +103,17 @@ at the table below.
|
||||||
|
|
||||||
{{< expand "Feature flags" >}}
|
{{< expand "Feature flags" >}}
|
||||||
{{< table caption="Feature flags" >}}
|
{{< table caption="Feature flags" >}}
|
||||||
| Status | Flag | Description |
|
| Status | Flag | Description |
|
||||||
| --- | --- | --- |
|
|--------|-----------------------------------------|---------------------------------------------------------------------------|
|
||||||
| Beta | `--enable-deployment-runtime-configs` | Enable support for DeploymentRuntimeConfigs. |
|
| Beta | `--enable-deployment-runtime-configs` | Enable support for DeploymentRuntimeConfigs. |
|
||||||
| Beta | `--enable-usages` | Enable support for Usages. |
|
| Beta | `--enable-usages` | Enable support for Usages. |
|
||||||
| Beta | `--enable-realtime-compositions` | Enable support for real time compositions. |
|
| Beta | `--enable-realtime-compositions` | Enable support for real time compositions. |
|
||||||
| Alpha | `--enable-dependency-version-upgrades ` | Enable automatic version upgrades of dependencies when updating packages. |
|
| Alpha | `--enable-dependency-version-upgrades ` | Enable automatic version upgrades of dependencies when updating packages. |
|
||||||
| Alpha | `--enable-function-response-cache` | Enable caching of composition function responses to improve performance. |
|
| Alpha | `--enable-function-response-cache` | Enable caching of composition function responses to improve performance. |
|
||||||
| Alpha | `--enable-signature-verification` | Enable support for package signature verification via ImageConfig API. |
|
| Alpha | `--enable-signature-verification` | Enable support for package signature verification via ImageConfig API. |
|
||||||
{{< /table >}}
|
{{< /table >}}
|
||||||
{{< /expand >}}
|
{{< /expand >}}
|
||||||
|
|
||||||
Set these flags either in the `values.yaml` file or at install time using the
|
Set these flags either in the `values.yaml` file or at install time using the
|
||||||
`--set` flag, for example: `--set
|
`--set` flag, for example: `--set
|
||||||
args='{"--enable-composition-functions","--enable-composition-webhook-schema-validation"}'`.
|
args='{"--enable-composition-functions","--enable-composition-webhook-schema-validation"}'`.
|
||||||
|
|
||||||
#### Change the default package registry
|
|
||||||
|
|
||||||
Beginning with Crossplane version 1.20.0 Crossplane uses the [crossplane-contrib](https://github.com/orgs/crossplane-contrib/packages) GitHub Container Registry at `xpkg.crossplane.io` by default for downloading and
|
|
||||||
installing packages.
|
|
||||||
|
|
||||||
Change the default registry location during the Crossplane install with
|
|
||||||
`--set args='{"--registry=index.docker.io"}'`.
|
|
||||||
|
|
|
||||||
|
|
@ -47,15 +47,6 @@ Crossplane.
|
||||||
Crossplane uses any new default behaviors unless they're changed in the `helm
|
Crossplane uses any new default behaviors unless they're changed in the `helm
|
||||||
upgrade` command.
|
upgrade` command.
|
||||||
|
|
||||||
For example, in v1.20.0 Crossplane changed the default image registry from
|
|
||||||
`index.docker.io` to `xpkg.crossplane.io`. Upgrading Crossplane from a version
|
|
||||||
before v1.20.0 updates the default package registry.
|
|
||||||
|
|
||||||
Override new defaults by
|
Override new defaults by
|
||||||
[customizing the Helm chart]({{<ref "../get-started/install#customize-the-crossplane-helm-chart" >}})
|
[customizing the Helm chart]({{<ref "../get-started/install#customize-the-crossplane-helm-chart" >}})
|
||||||
with the upgrade command.
|
with the upgrade command.
|
||||||
|
|
||||||
For example, to maintain the original image registry use
|
|
||||||
```shell
|
|
||||||
helm upgrade crossplane --namespace crossplane-system crossplane-stable/crossplane --set 'args={"--registry=index.docker.io"}'
|
|
||||||
```
|
|
||||||
|
|
|
||||||
|
|
@ -103,25 +103,17 @@ at the table below.
|
||||||
|
|
||||||
{{< expand "Feature flags" >}}
|
{{< expand "Feature flags" >}}
|
||||||
{{< table caption="Feature flags" >}}
|
{{< table caption="Feature flags" >}}
|
||||||
| Status | Flag | Description |
|
| Status | Flag | Description |
|
||||||
| --- | --- | --- |
|
|--------|-----------------------------------------|---------------------------------------------------------------------------|
|
||||||
| Beta | `--enable-deployment-runtime-configs` | Enable support for DeploymentRuntimeConfigs. |
|
| Beta | `--enable-deployment-runtime-configs` | Enable support for DeploymentRuntimeConfigs. |
|
||||||
| Beta | `--enable-usages` | Enable support for Usages. |
|
| Beta | `--enable-usages` | Enable support for Usages. |
|
||||||
| Beta | `--enable-realtime-compositions` | Enable support for real time compositions. |
|
| Beta | `--enable-realtime-compositions` | Enable support for real time compositions. |
|
||||||
| Alpha | `--enable-dependency-version-upgrades ` | Enable automatic version upgrades of dependencies when updating packages. |
|
| Alpha | `--enable-dependency-version-upgrades ` | Enable automatic version upgrades of dependencies when updating packages. |
|
||||||
| Alpha | `--enable-function-response-cache` | Enable caching of composition function responses to improve performance. |
|
| Alpha | `--enable-function-response-cache` | Enable caching of composition function responses to improve performance. |
|
||||||
| Alpha | `--enable-signature-verification` | Enable support for package signature verification via ImageConfig API. |
|
| Alpha | `--enable-signature-verification` | Enable support for package signature verification via ImageConfig API. |
|
||||||
{{< /table >}}
|
{{< /table >}}
|
||||||
{{< /expand >}}
|
{{< /expand >}}
|
||||||
|
|
||||||
Set these flags either in the `values.yaml` file or at install time using the
|
Set these flags either in the `values.yaml` file or at install time using the
|
||||||
`--set` flag, for example: `--set
|
`--set` flag, for example: `--set
|
||||||
args='{"--enable-composition-functions","--enable-composition-webhook-schema-validation"}'`.
|
args='{"--enable-composition-functions","--enable-composition-webhook-schema-validation"}'`.
|
||||||
|
|
||||||
#### Change the default package registry
|
|
||||||
|
|
||||||
Beginning with Crossplane version 1.20.0 Crossplane uses the [crossplane-contrib](https://github.com/orgs/crossplane-contrib/packages) GitHub Container Registry at `xpkg.crossplane.io` by default for downloading and
|
|
||||||
installing packages.
|
|
||||||
|
|
||||||
Change the default registry location during the Crossplane install with
|
|
||||||
`--set args='{"--registry=index.docker.io"}'`.
|
|
||||||
|
|
|
||||||
|
|
@ -47,15 +47,6 @@ Crossplane.
|
||||||
Crossplane uses any new default behaviors unless they're changed in the `helm
|
Crossplane uses any new default behaviors unless they're changed in the `helm
|
||||||
upgrade` command.
|
upgrade` command.
|
||||||
|
|
||||||
For example, in v1.20.0 Crossplane changed the default image registry from
|
|
||||||
`index.docker.io` to `xpkg.crossplane.io`. Upgrading Crossplane from a version
|
|
||||||
before v1.20.0 updates the default package registry.
|
|
||||||
|
|
||||||
Override new defaults by
|
Override new defaults by
|
||||||
[customizing the Helm chart]({{<ref "../get-started/install#customize-the-crossplane-helm-chart" >}})
|
[customizing the Helm chart]({{<ref "../get-started/install#customize-the-crossplane-helm-chart" >}})
|
||||||
with the upgrade command.
|
with the upgrade command.
|
||||||
|
|
||||||
For example, to maintain the original image registry use
|
|
||||||
```shell
|
|
||||||
helm upgrade crossplane --namespace crossplane-system crossplane-stable/crossplane --set 'args={"--registry=index.docker.io"}'
|
|
||||||
```
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue