From ef89f911df5a1239a18faca95cff103ec6e68f02 Mon Sep 17 00:00:00 2001 From: Ben Radstone Date: Thu, 9 Jan 2025 10:04:40 +0000 Subject: [PATCH 1/2] docs: change from provider images to edgeforge --- .../aws/eks-hybrid-nodes/architecture.md | 9 +++++---- .../aws/eks-hybrid-nodes/create-hybrid-node-pools.md | 12 +++++++----- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/docs/docs-content/clusters/public-cloud/aws/eks-hybrid-nodes/architecture.md b/docs/docs-content/clusters/public-cloud/aws/eks-hybrid-nodes/architecture.md index 81e6639a2b..f5470f2d5f 100644 --- a/docs/docs-content/clusters/public-cloud/aws/eks-hybrid-nodes/architecture.md +++ b/docs/docs-content/clusters/public-cloud/aws/eks-hybrid-nodes/architecture.md @@ -119,8 +119,9 @@ If you want to use your edge hosts as Amazon EKS Hybrid Nodes, they must have be methods: - [Agent Mode](../../../../deployment-modes/agent-mode/agent-mode.md) -- [Provider images](../../../edge/edgeforge-workflow/palette-canvos/build-provider-images.md) - - Provider images are [Kairos-based images](https://kairos.io/) containing the OS and the desired Kubernetes versions. +- [EdgeForge Workflow](../../../edge/edgeforge-workflow/edgeforge-workflow.md) + - Part of the EdgeForge Workflow is to create [Kairos-based images](https://kairos.io/) containing the OS and the + desired Kubernetes versions. These are also named provider images. :::warning @@ -140,8 +141,8 @@ Adjust to your operating system and package manager on your edge hosts. ### Build Provider Images with Specific Arguments -If using provider images, you must include the following in your `.arg` file during the -[build steps](../../../edge/edgeforge-workflow/palette-canvos/build-provider-images.md#build-provider-images). +If using the EdgeForge Workflow, you must include the following in your `.arg` file during the +[build steps for provider images](../../../edge/edgeforge-workflow/palette-canvos/build-provider-images.md#build-provider-images). ```shell K8S_DISTRIBUTION=nodeadm diff --git a/docs/docs-content/clusters/public-cloud/aws/eks-hybrid-nodes/create-hybrid-node-pools.md b/docs/docs-content/clusters/public-cloud/aws/eks-hybrid-nodes/create-hybrid-node-pools.md index 26e93ab079..784ffd5784 100644 --- a/docs/docs-content/clusters/public-cloud/aws/eks-hybrid-nodes/create-hybrid-node-pools.md +++ b/docs/docs-content/clusters/public-cloud/aws/eks-hybrid-nodes/create-hybrid-node-pools.md @@ -40,7 +40,7 @@ You must then configure your networking to allow traffic to reach the pods on yo 6. Select your base OS pack depending on how you will register your edge hosts. - For Agent Mode, select **BYOS - Agent Mode**. - - For provider images, select **BYOS - Edge OS**. + - For EdgeForge Workflow, select **BYOS - Edge OS**. 7. If selecting **BYOS - Agent Mode**, on the **Configure Pack** page, click **Values** under **Pack Details**. Then, click on **Presets** on the right-hand side, and select **Agent Mode**. @@ -98,13 +98,13 @@ Your cluster profile for hybrid nodes is now created and can be used in the [Import EKS Cluster and Enable Hybrid Mode](./import-eks-cluster-enable-hybrid-mode.md) for guidance. - Edge hosts have been registered with Palette through - [Agent Mode](../../../../deployment-modes/agent-mode/agent-mode.md) or by using - [provider images](../../../edge/edgeforge-workflow/palette-canvos/build-provider-images.md). + [Agent Mode](../../../../deployment-modes/agent-mode/agent-mode.md) or + [EdgeForge Workflow](../../../edge/edgeforge-workflow/edgeforge-workflow.md). :::warning - If using provider images, you must include the following in your `.arg` file during the - [build steps](../../../edge/edgeforge-workflow/palette-canvos/build-provider-images.md#build-provider-images). + If using the EdgeForge Workflow, you must include the following in your `.arg` file during the + [build steps for provider images](../../../edge/edgeforge-workflow/palette-canvos/build-provider-images.md#build-provider-images). ```shell K8S_DISTRIBUTION=nodeadm @@ -394,6 +394,8 @@ The hybrid node pool repave will now complete. This can take up to one hour. - [Agent Mode](../../../../deployment-modes/agent-mode/agent-mode.md) +- [EdgeForge Workflow](../../../edge/edgeforge-workflow/edgeforge-workflow.md) + - [Build Provider Images](../../../edge/edgeforge-workflow/palette-canvos/build-provider-images.md) - [Worker Node Pool](../../../cluster-management/node-pool.md#worker-node-pool) From 8e70754f5591440801d041a47474ec4a5e7ad374 Mon Sep 17 00:00:00 2001 From: Ben Radstone <56587332+benradstone@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:19:47 +0000 Subject: [PATCH 2/2] docs: minor word removal --- .../clusters/public-cloud/aws/eks-hybrid-nodes/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs-content/clusters/public-cloud/aws/eks-hybrid-nodes/architecture.md b/docs/docs-content/clusters/public-cloud/aws/eks-hybrid-nodes/architecture.md index f5470f2d5f..b3ff6a99d5 100644 --- a/docs/docs-content/clusters/public-cloud/aws/eks-hybrid-nodes/architecture.md +++ b/docs/docs-content/clusters/public-cloud/aws/eks-hybrid-nodes/architecture.md @@ -121,7 +121,7 @@ methods: - [Agent Mode](../../../../deployment-modes/agent-mode/agent-mode.md) - [EdgeForge Workflow](../../../edge/edgeforge-workflow/edgeforge-workflow.md) - Part of the EdgeForge Workflow is to create [Kairos-based images](https://kairos.io/) containing the OS and the - desired Kubernetes versions. These are also named provider images. + desired Kubernetes versions. These are named provider images. :::warning