diff --git a/docs/docs-content/clusters/edge/edgeforge-workflow/palette-canvos/build-content-bundle.md b/docs/docs-content/clusters/edge/edgeforge-workflow/palette-canvos/build-content-bundle.md index b0c91a4869..2125b3e9ca 100644 --- a/docs/docs-content/clusters/edge/edgeforge-workflow/palette-canvos/build-content-bundle.md +++ b/docs/docs-content/clusters/edge/edgeforge-workflow/palette-canvos/build-content-bundle.md @@ -57,10 +57,12 @@ Creating a content bundle provides several benefits that may address common use ## Create Content Bundle -1. Download Palette Edge Content CLI and assign the executable bit to the CLI. +1. Download Palette Edge CLI and assign the executable bit to the CLI. Refer to + [Palette Components Compatibility Matrix](../../../../component.md#palette-edge-cli-versions) to use the right + Palette Edge CLI version. This guide uses 4.4.2 as an example. ```shell - VERSION=4.3.0 + VERSION=4.4.2 wget https://software.spectrocloud.com/stylus/v$VERSION/cli/linux/palette-edge chmod +x palette-edge ``` diff --git a/docs/docs-content/clusters/edge/local-ui/cluster-management/export-cluster-definition.md b/docs/docs-content/clusters/edge/local-ui/cluster-management/export-cluster-definition.md index 8ef1ac7156..2856600437 100644 --- a/docs/docs-content/clusters/edge/local-ui/cluster-management/export-cluster-definition.md +++ b/docs/docs-content/clusters/edge/local-ui/cluster-management/export-cluster-definition.md @@ -36,10 +36,12 @@ Silicon, use the API approach instead. ### Instructions -1. Download Palette Edge Content CLI and assign the executable bit to the CLI. +1. Download Palette Edge CLI and assign the executable bit to the CLI. Refer to + [Palette Components Compatibility Matrix](../../../../component.md#palette-edge-cli-versions) to use the right + Palette Edge CLI version. This guide uses 4.4.2 as an example. ```shell - VERSION=4.1.2 + VERSION=4.4.2 wget https://software.spectrocloud.com/stylus/v$VERSION/cli/linux/palette-edge chmod +x palette-edge ```