Skip to content

Commit 6d38b92

Browse files
fixing more links
1 parent 8a66cc9 commit 6d38b92

File tree

13 files changed

+52
-44
lines changed

13 files changed

+52
-44
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Central Edge Management",
3+
"position": 20
4+
}

docs/docs-content/tutorials/getting-started/palette-edge/central-management/build-edge-artifacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This tutorial teaches you how to build the artifacts required for your Edge depl
2323
learn how to reference them in Edge [cluster profiles](../../../../profiles/profiles.md) and how they are used to install
2424
the Palette agent on hosts.
2525

26-
![Palette Edge architecture diagram](/static/assets/docs/images/getting-started/getting-started_introduction-edge_edge-diagram-edgeforge.webp)
26+
![Palette Edge architecture diagram](../../../../../../static/assets/docs/images/getting-started/getting-started_introduction-edge_edge-diagram-edgeforge.webp)
2727

2828
## Prerequisites
2929

docs/docs-content/tutorials/getting-started/palette-edge/central-management/edge-cluster-profile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebar_position: 40
1010
tags: ["getting-started", "tutorial", "edge"]
1111
---
1212

13-
[Cluster profiles](../../../../profiles/profiles.md) are declarative, full-stack models that Palette uses to provision,
13+
[Cluster profiles](../../../../../docs-content/profiles/profiles.md) are declarative, full-stack models that Palette uses to provision,
1414
scale, and maintain Kubernetes clusters. They are composed of layers, which can be Kubernetes manifests, Helm charts, or
1515
packs. [Packs](../../../../registries-and-packs/registries-and-packs.md) are a collection of files and configurations
1616
deployed to a cluster to provide core infrastructure functionality or customize the cluster's behavior through add-on
@@ -29,7 +29,7 @@ installation on your host and use it as a node for deploying your first Edge clu
2929
- You have completed the steps in the [Build Edge Artifacts](./build-edge-artifacts.md) tutorial, including building the
3030
installer ISO and provider image, and pushing the provider image to a registry.
3131
- A [Palette account](https://www.spectrocloud.com/get-started) with
32-
[tenant admin](../../../../../tenant-settings/tenant-settings.md) access.
32+
[tenant admin](../../../../../docs-content/tenant-settings/tenant-settings.md) access.
3333
- One available IP address on the same network as the Edge host for the MetalLB load balancer.
3434

3535
## Create Cluster Profile

docs/docs-content/tutorials/getting-started/palette-edge/central-management/prepare-user-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebar_position: 20
1010
tags: ["getting-started", "tutorial", "edge"]
1111
---
1212

13-
This tutorial is the first in the [Edge Getting Started](./introduction-edge.md) series. You will learn how to create a
13+
This tutorial is the first in the [Edge Getting Started](../introduction-edge.md) series. You will learn how to create a
1414
[user data](../../../../clusters/edge/edgeforge-workflow/prepare-user-data.md) file, which is a configuration file that
1515
allows you to customize the Edge installation process on the host. The user data file is embedded into the Edge
1616
installer ISO during the [EdgeForge](../../../../clusters/edge/edgeforge-workflow/edgeforge-workflow.md) process. When the

docs/docs-content/tutorials/getting-started/palette-edge/introduction-edge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ how you can leverage Palette Edge.
4141
## Architecture
4242

4343
Each Edge cluster consists of one or more nodes, with each node representing an individual Edge host. The Edge
44-
configuration begins with the [EdgeForge](../../../clusters/edge/edgeforge-workflow/edgeforge-workflow.md) process,
44+
configuration begins with the [EdgeForge](../../../../docs-content/clusters/edge/edgeforge-workflow/edgeforge-workflow.md) process,
4545
which builds two key artifacts:
4646

4747
1. **Installer ISO**: A bootable ISO image that includes the required dependencies, such as the Palette Agent, and
@@ -61,5 +61,5 @@ which does not require a connection to Palette.
6161
## Next Steps
6262

6363
On this page, you became familiar with Palette Edge, its core capabilities, and architecture. Continue to the
64-
[Prepare User Data](./prepare-user-data.md) tutorial to learn how to create a user data file, which is required for your
64+
by choose whether you are going to deploy [Central Edge Management](./central-management/palette-edge.md) or [Local Edge Management](./local-management/palette-edge.md) tutorial to learn how to create a user data file, which is required for your
6565
first Edge deployment.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Local Palette Edge Management",
3+
"position": 20
4+
}

docs/docs-content/tutorials/getting-started/palette-edge/local-management/build-edge-artifacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This tutorial teaches you how to build the artifacts required for your Edge depl
2323
learn how to reference them in Edge [cluster profiles](../../../../profiles/profiles.md) and how they are used to install
2424
the Palette agent on hosts.
2525

26-
![Palette Edge architecture diagram](/static/assets/docs/images/getting-started/getting-started_introduction-edge_edge-diagram-edgeforge.webp)
26+
![Palette Edge architecture diagram](../../../../../../static/assets/docs/images/getting-started/getting-started_introduction-edge_edge-diagram-edgeforge.webp)
2727

2828
## Prerequisites
2929

docs/docs-content/tutorials/getting-started/palette-edge/local-management/deploy-edge-cluster.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Review the cluster profile layers and click **Next** to proceed.
5252
We recommend enabling the overlay network configuration when using DHCP-enabled networks to ensure stable IP addresses
5353
for the cluster. However, for education purposes, this tutorial does not use the overlay network. For production use or
5454
detailed configuration instructions, refer to the
55-
[Enable Overlay Network](../../../clusters/edge/networking/vxlan-overlay.md) guide.
55+
[Enable Overlay Network](../../../../clusters/edge/networking/vxlan-overlay.md) guide.
5656

5757
:::
5858

@@ -90,7 +90,7 @@ single-node Edge cluster with no worker pool.
9090

9191
The following image shows the Edge host selection in the control plane pool.
9292

93-
![A screenshot of the nodes config during cluster deployment.](/getting-started/getting-started_introduction-edge_deploy-edge-cluster_cluster-deployment-nodes.webp)
93+
![A screenshot of the nodes config during cluster deployment.](../../../../../../static/assets/docs/images/getting-started/getting-started_introduction-edge_deploy-edge-cluster_cluster-deployment-nodes.webp)
9494

9595
Next, select **Remove** to delete the worker pool and click **Next** to proceed with the deployment.
9696

@@ -119,12 +119,12 @@ Confirm that your cluster displays a **Running** status and is listed as **Healt
119119
When the Hello Universe application is deployed and ready for network traffic, Palette exposes the service URL in the
120120
**Services** field. Click the URL on port **:8080** to access the application's landing page.
121121

122-
![A screenshot of the cluster's Overview tab](/getting-started/getting-started_introduction-edge_deploy-edge-cluster_cluster-overview.webp)
122+
![A screenshot of the cluster's Overview tab](../../../../../../static/assets/docs/images/getting-started/getting-started_introduction-edge_deploy-edge-cluster_cluster-overview.webp)
123123

124124
Welcome to the Spacetastic astronomy education platform. Feel free to explore the pages to learn more about space. The
125125
statistics page offers information on visitor counts for your deployed cluster.
126126

127-
![A screenshot of the Hello Universe application.](/getting-started/getting-started_introduction-edge_deploy-edge-cluster_hello-universe.webp)
127+
![A screenshot of the Hello Universe application.](../../../../../../static/assets/docs/images/getting-started/getting-started_introduction-edge_deploy-edge-cluster_hello-universe.webp)
128128

129129
## Clean Up
130130

@@ -162,7 +162,7 @@ Locate the Edge host configured in the [Prepare Edge Host](./prepare-edge-host.m
162162
and select **Delete** to delete the Edge host. Confirm the deletion by clicking **OK**. This removes the Edge host from
163163
Palette but does not delete the underlying infrastructure.
164164

165-
![A screenshot of the Edge Hosts page.](/getting-started/getting-started_introduction-edge_deploy-edge-cluster_delete-host.webp)
165+
![A screenshot of the Edge Hosts page.](../../../../../../static/assets/docs/images/getting-started/getting-started_introduction-edge_deploy-edge-cluster_delete-host.webp)
166166

167167
<Tabs groupId="host">
168168

@@ -193,7 +193,7 @@ Next, reboot the host.
193193
sudo reboot
194194
```
195195

196-
Refer to [Reset Host via Terminal](../../../clusters/edge/cluster-management/reset-host.md) for more information about
196+
Refer to [Reset Host via Terminal](../../../../clusters/edge/cluster-management/reset-host.md) for more information about
197197
Edge host resetting.
198198

199199
</TabItem>
@@ -226,6 +226,6 @@ In this tutorial, you learned how to deploy a single-node Edge cluster along wit
226226
host, cluster profile, and artifacts prepared in earlier tutorials from this series. This deployment completes the Edge
227227
Getting Started tutorial series.
228228

229-
We encourage you to check out the [Additional Capabilities](../additional-capabilities/additional-capabilities.md)
230-
section to explore other Palette functionalities, and the [Edge](../../../clusters/edge/edge.md) documentation section
229+
We encourage you to check out the [Additional Capabilities](../../additional-capabilities/additional-capabilities.md)
230+
section to explore other Palette functionalities, and the [Edge](../../../../clusters/edge/edge.md) documentation section
231231
to learn more about Palette Edge.

docs/docs-content/tutorials/getting-started/palette-edge/local-management/edge-cluster-profile.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ sidebar_position: 40
1010
tags: ["getting-started", "tutorial", "edge"]
1111
---
1212

13-
[Cluster profiles](../../../profiles/profiles.md) are declarative, full-stack models that Palette uses to provision,
13+
[Cluster profiles](../../../../profiles/profiles.md) are declarative, full-stack models that Palette uses to provision,
1414
scale, and maintain Kubernetes clusters. They are composed of layers, which can be Kubernetes manifests, Helm charts, or
15-
packs. [Packs](../../../registries-and-packs/registries-and-packs.md) are a collection of files and configurations
15+
packs. [Packs](../../../../registries-and-packs/registries-and-packs.md) are a collection of files and configurations
1616
deployed to a cluster to provide core infrastructure functionality or customize the cluster's behavior through add-on
1717
integrations.
1818

@@ -22,14 +22,14 @@ the provider images that you built in the [Build Edge Artifacts](./build-edge-ar
2222
cluster profile, you will proceed to the next tutorial, where you will use the installer ISO to bootstrap the Edge
2323
installation on your host and use it as a node for deploying your first Edge cluster.
2424

25-
![Palette Edge architecture diagram](/getting-started/getting-started_introduction-edge_edge-diagram-profile.webp)
25+
![Palette Edge architecture diagram](../../../../../../static/assets/docs/images/getting-started/getting-started_introduction-edge_edge-diagram-profile.webp)
2626

2727
## Prerequisites
2828

2929
- You have completed the steps in the [Build Edge Artifacts](./build-edge-artifacts.md) tutorial, including building the
3030
installer ISO and provider image, and pushing the provider image to a registry.
3131
- A [Palette account](https://www.spectrocloud.com/get-started) with
32-
[tenant admin](../../../tenant-settings/tenant-settings.md) access.
32+
[tenant admin](../../../../tenant-settings/tenant-settings.md) access.
3333
- One available IP address on the same network as the Edge host for the MetalLB load balancer.
3434

3535
## Create Cluster Profile
@@ -64,7 +64,7 @@ with the address of the provider image you pushed to the registry. For example,
6464

6565
The following image displays the OS layer with the custom manifest and registry credentials.
6666

67-
![A screenshot of the cluster profile creation step with the OS layer.](/getting-started/getting-started_introduction-edge_edge-cluster-profile_byos-cluster-profile.webp)
67+
![A screenshot of the cluster profile creation step with the OS layer.](../../../../../../static/assets/docs/images/getting-started/getting-started_introduction-edge_edge-cluster-profile_byos-cluster-profile.webp)
6868

6969
Click **Next Layer** to continue. Add the following Kubernetes layer to your cluster profile. Ensure the Kubernetes
7070
version matches the version used in the provider images.
@@ -77,7 +77,7 @@ Under **Pack Details**, select **Values** and replace the predefined `cluster-ci
7777
overlap with the host network. For example, you can set `cluster-cidr` to `"100.64.0.0/18"` and `service-cidr` to
7878
`"100.64.64.0/18"`. This prevents any routing conflicts in the internal pod networking.
7979

80-
![A screenshot of the cluster profile creation step with the Kubernetes layer.](/getting-started/getting-started_introduction-edge_edge-cluster-profile_cluster-profile-k8s.webp)
80+
![A screenshot of the cluster profile creation step with the Kubernetes layer.](../../../../../../static/assets/docs/images/getting-started/getting-started_introduction-edge_edge-cluster-profile_cluster-profile-k8s.webp)
8181

8282
Click **Next Layer** to add the network layer. This tutorial uses Cilium as the example network layer.
8383

@@ -110,7 +110,7 @@ Under **Pack Details**, select **Values** and replace the default `192.168.10.0/
110110
field with a valid IP address or IP range from the host network. Click **Confirm & Create** to add the MetalLB pack to
111111
your cluster profile.
112112

113-
![A screenshot of the cluster profile creation step with the MetalLB layer.](/getting-started/getting-started_introduction-edge_edge-cluster-profile_profile-metallb.webp)
113+
![A screenshot of the cluster profile creation step with the MetalLB layer.](../../../../../../static/assets/docs/images/getting-started/getting-started_introduction-edge_edge-cluster-profile_profile-metallb.webp)
114114

115115
Finally, click **Add New Pack** again and search for the Hello Universe pack.
116116

@@ -157,7 +157,7 @@ dbPassword: "cGFzc3dvcmQ="
157157
authToken: "OTMxQTNCMDItOERDQy01NDNGLUExQjItNjk0MjNEMUEwQjk0"
158158
```
159159

160-
![A screenshot of the cluster profile creation step with the Hello Universe layer.](/getting-started/getting-started_introduction-edge_edge-cluster-profile_cluster-profile-hellouni.webp)
160+
![A screenshot of the cluster profile creation step with the Hello Universe layer.](../../../../../../static/assets/docs/images/getting-started/getting-started_introduction-edge_edge-cluster-profile_cluster-profile-hellouni.webp)
161161

162162
Click **Confirm & Create** to save the alterations and add the pack to your cluster profile.
163163

docs/docs-content/tutorials/getting-started/palette-edge/local-management/palette-edge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This section gives you an overview of how to get started with Palette Edge. You
1212
deployment of Kubernetes clusters at the edge, along with all the steps required to deploy your first Edge cluster, such
1313
as building the necessary artifacts and preparing the host.
1414

15-
![Palette Getting Started Roadmap](/getting-started/getting-started_introduction-edge_roadmap.webp)
15+
![Palette Getting Started Roadmap](../../../../../../static/assets/docs/images/getting-started/getting-started_introduction-edge_roadmap.webp)
1616

1717
Explore the following tutorials to learn how to deploy your first connected Edge cluster with Palette. Each tutorial is
1818
designed to guide you step-by-step, building on the concepts introduced in the previous one.

0 commit comments

Comments
 (0)