diff --git a/content/v2.0-preview/composition/compositions.md b/content/v2.0-preview/composition/compositions.md index 8b147eb8..f6559d9e 100644 --- a/content/v2.0-preview/composition/compositions.md +++ b/content/v2.0-preview/composition/compositions.md @@ -92,27 +92,6 @@ You can also [write your own function](#write-a-composition-function) using Go or Python. {{< /hint >}} -{{}} -Crossplane has two modes of composition: - -* `mode: Pipeline` -* `mode: Resources` - -Use the `Pipeline` mode to use composition functions. - - -The `Resources` mode is deprecated, and you shouldn't use it. Crossplane -supports Compositions that use the `Resources` mode for backward compatibility, -but the feature is no longer maintained. Crossplane doesn't accept new -`Resources` features, and only accepts security bug fixes. - - -See the [CLI documentation]({{}}) -to learn how to use the `crossplane beta convert` command to convert a legacy -`Resources` Composition to the `Pipeline` mode. -{{< /hint >}} - - ### Install a composition function Installing a Function creates a function pod. Crossplane sends requests to this @@ -137,7 +116,7 @@ spec: {{< hint "tip" >}} Functions are Crossplane Packages. Read more about Packages in the -[Packages documentation]({{}}). +[Packages documentation]({{}}). {{< /hint >}} By default, the Function pod installs in the same namespace as Crossplane @@ -184,14 +163,6 @@ Each {{}}step{{}} uses a {{}}functionRef{{}} to reference the {{}}name{{}} of the Function to call. -{{}} -Compositions using {{}}mode: Pipeline{{}} -can't specify resource templates with a `resources` field. - -Use function "Patch and Transform" to create resource templates. -{{< /hint >}} - - Some Functions also allow you to specify an {{}}input{{}}. The function defines the @@ -363,11 +334,6 @@ You can preview the output of any composition using the Crossplane CLI. You don't need a Crossplane control plane to do this. The Crossplane CLI uses Docker Engine to run functions. -{{}} -The `crossplane render` command only supports composition functions. It doesn't -support `mode: Resources` Compositions. -{{< /hint >}} - {{}} See the [Crossplane CLI docs]({{}}) to learn how to install and use the Crossplane CLI.