From b95de7e564602a0e567cc56fae36aa44087a5d24 Mon Sep 17 00:00:00 2001 From: "vault-token-factory-spectrocloud[bot]" <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:16:10 +0000 Subject: [PATCH] docs: add note about including core content for scaleup (#5289) (#5303) * docs: add note about including core content for scaleup * docs: minor edit * docs: clarify note * docs: minor edit (cherry picked from commit d2a269a8130abc35c6ba1dd48ada2f71b7db28b4) Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com> --- .../palette-canvos/build-content-bundle.md | 9 +++++++++ .../edge/local-ui/cluster-management/scale-cluster.md | 4 ++++ 2 files changed, 13 insertions(+) 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 3fc095eab1..5d4dfc1072 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 @@ -293,6 +293,15 @@ Creating a content bundle provides several benefits that may address common use | `--project-id` | The ID of your Palette project. | | `--private-key` | The path to the private key used to sign the content bundle and cluster definition if it is present. This is necessary if your Edge host has an embedded corresponding public key. For more information, refer to [Embed Public Key in Edge Artifacts](./signed-content.md). | + :::warning + + If you plan to create an airgap cluster or scale up an airgap cluster, you must ensure that you build the content + bundle with either the `--include-palette-content` or the `--include-core-images-only` flag. Content bundles + uploaded to the cluster that do not have either of these flags cannot be used to provision new nodes and will lead + to failure during cluster creation and scale-up. + + ::: + The result is a content bundle that you can use to preload into your installer. The content bundle will be a zst file in a folder that starts with **content-** followed by a random string. For more information about how to use a content bundles, [Build Installer ISO](./build-installer-iso.md) or diff --git a/docs/docs-content/clusters/edge/local-ui/cluster-management/scale-cluster.md b/docs/docs-content/clusters/edge/local-ui/cluster-management/scale-cluster.md index e6c776a318..9f793b38b9 100644 --- a/docs/docs-content/clusters/edge/local-ui/cluster-management/scale-cluster.md +++ b/docs/docs-content/clusters/edge/local-ui/cluster-management/scale-cluster.md @@ -30,6 +30,10 @@ installed in airgap mode in Local UI. - You have access to the leader node of the cluster. For more information about leader host, refer to [Link Hosts](./link-hosts.md). +- The content bundle that was last uploaded to the cluster control plane nodes was built with either the + `--include-palette-content` or the `--include-core-images-only` flag. For more information about building content + bundles, refer to [Build Content Bundle](../../edgeforge-workflow/palette-canvos/build-content-bundle.md). + ### Procedure 1. Log in to [Local UI](../host-management/access-console.md) on the leader node where your cluster is deployed.