Skip to content

Commit

Permalink
Update composition revisions doc to remove alpha notice
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Recht <recht@braindump.dk>
  • Loading branch information
recht committed Sep 6, 2023
1 parent aaf02bb commit 2874dcb
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions content/knowledge-base/guides/composition-revisions.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,6 @@ update your XRs to leverage the latest `Composition` settings at your own pace.
This enables you to [canary] changes to your infrastructure, or to roll back
some XRs to previous `Composition` settings without rolling back all XRs.

## Enabling Composition Revisions

Composition Revisions are an alpha feature. They are not yet recommended for
production use, and are disabled by default. Start Crossplane with the
`--enable-composition-revisions` flag to enable Composition Revision support.

```console
kubectl create namespace crossplane-system
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --set args='{--enable-composition-revisions}'
```

See the [getting started guide][install-guide] for more information on
installing Crossplane.

## Using Composition Revisions

When you enable Composition Revisions three things happen:
Expand Down

0 comments on commit 2874dcb

Please sign in to comment.