From 600e65b2731ba1e009254e0f9e270f629305a400 Mon Sep 17 00:00:00 2001 From: EUGENE O'CONNOR Date: Wed, 11 Mar 2026 10:52:36 +0000 Subject: [PATCH 1/2] Issue 690 fixes Signed-off-by: Eugene O'Connor --- docs/installing/edge_clusters.md | 2 ++ docs/installing/install_k3s_edge_cluster.md | 2 +- docs/installing/install_microk8s_edge_cluster.md | 2 +- docs/installing/install_ocp_edge_cluster.md | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/installing/edge_clusters.md b/docs/installing/edge_clusters.md index ae7e6ac4..57204904 100644 --- a/docs/installing/edge_clusters.md +++ b/docs/installing/edge_clusters.md @@ -31,6 +31,8 @@ The following sections describe how to install an edge cluster, then how to inst - [Installing a K3s cluster](./install_k3s_edge_cluster.md) - [Installing a microk8s cluster](./install_microk8s_edge_cluster.md) - [Installing the agent](./edge_cluster_agent.md) + - [Installing the agent on a Red Hat OpenShift Container Platform Kubernetes edge cluster](../anax/docs/installing_ocp_edge_cluster_agent.md) + - [Installing the agent on K3s and MicroK8s edge clusters](../anax/docs/installing_k3s_microk8s_agent.md) - [Deploying services to an edge cluster](../using_edge_services/deploying_services_cluster.md) - [Removing an agent from an edge cluster](../using_edge_services/removing_agent_from_cluster.md) {: childlinks} diff --git a/docs/installing/install_k3s_edge_cluster.md b/docs/installing/install_k3s_edge_cluster.md index afb8c93a..f56a4766 100644 --- a/docs/installing/install_k3s_edge_cluster.md +++ b/docs/installing/install_k3s_edge_cluster.md @@ -186,4 +186,4 @@ This content provides a summary of how to install k3s (rancher), a lightweight a ## What's next -* [Installing the edge cluster agent](./edge_cluster_agent.md) +* [Installing the agent on K3s and MicroK8s edge clusters](../anax/docs/installing_k3s_microk8s_agent.md) diff --git a/docs/installing/install_microk8s_edge_cluster.md b/docs/installing/install_microk8s_edge_cluster.md index b82ba9b1..78a8bde4 100644 --- a/docs/installing/install_microk8s_edge_cluster.md +++ b/docs/installing/install_microk8s_edge_cluster.md @@ -129,4 +129,4 @@ This content provides a summary of how to install microk8s, a lightweight and sm ## What's next -* [Installing the edge cluster agent](./edge_cluster_agent.md) +* [Installing the agent on K3s and MicroK8s edge clusters](../anax/docs/installing_k3s_microk8s_agent.md) diff --git a/docs/installing/install_ocp_edge_cluster.md b/docs/installing/install_ocp_edge_cluster.md index 4ede519e..011e77f9 100644 --- a/docs/installing/install_ocp_edge_cluster.md +++ b/docs/installing/install_ocp_edge_cluster.md @@ -28,4 +28,4 @@ grand_parent: Edge clusters ## What's next -* [Installing the edge cluster agent](./edge_cluster_agent.md) +* [Installing the agent on a Red Hat OpenShift Container Platform Kubernetes edge cluster](../anax/docs/installing_ocp_edge_cluster_agent.md) From a2b9118a1e014c47405f66391030bc0705e4875c Mon Sep 17 00:00:00 2001 From: EUGENE O'CONNOR Date: Wed, 11 Mar 2026 12:52:30 +0000 Subject: [PATCH 2/2] Issue 690 fixes Signed-off-by: Eugene O'Connor --- docs/installing/edge_clusters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing/edge_clusters.md b/docs/installing/edge_clusters.md index 57204904..f61d9188 100644 --- a/docs/installing/edge_clusters.md +++ b/docs/installing/edge_clusters.md @@ -30,7 +30,7 @@ The following sections describe how to install an edge cluster, then how to inst - [Installing an OCP cluster](./install_ocp_edge_cluster.md) - [Installing a K3s cluster](./install_k3s_edge_cluster.md) - [Installing a microk8s cluster](./install_microk8s_edge_cluster.md) -- [Installing the agent](./edge_cluster_agent.md) +- [Installing the agent on an edge cluster](../anax/docs/installing_agent_on_edge_cluster.md) - [Installing the agent on a Red Hat OpenShift Container Platform Kubernetes edge cluster](../anax/docs/installing_ocp_edge_cluster_agent.md) - [Installing the agent on K3s and MicroK8s edge clusters](../anax/docs/installing_k3s_microk8s_agent.md) - [Deploying services to an edge cluster](../using_edge_services/deploying_services_cluster.md)