Downloads¶
All artifacts required for the 3-node bare-metal cluster deployment.
Install ISO¶
The production install ISO is used for all 3 nodes. It includes the OS, Kubernetes, LACP bond configuration, bridge networking, and automated drive wiping.
| Property | Value |
|---|---|
| File | palette-edge-kubeadm-1.33.6-production-20260429.iso |
| Size | 1.9 GB |
| OS | Ubuntu 24.04 |
| Kubernetes | kubeadm 1.33.6 |
| CanvOS | v4.8.8 |
| Boot Mode | Legacy |
| Login | kairos / kairos |
Large File
The install ISO is ~1.9 GB. Download it to the jump server, then upload to the hypervisor datastore for virtual media mounting.
Download: palette-edge-kubeadm-1.33.6-production-20260429.iso
Temporary Link
The install ISO download link above is hosted via a temporary tunnel. If the link is expired, contact Craig Smith for a fresh link.
Site User-Data ISOs¶
Each node gets its own site-user-data ISO containing the unique hostname, static IP, gateway, DNS, NTP, and edge host registration token. These are mounted after the install ISO completes and the node powers off.
| Node | Hostname | IP | Download |
|---|---|---|---|
| Node 1 | stg-wahvp004 | 10.25.233.4 | site-userdata-stg-wahvp004.iso |
| Node 2 | stg-wahvp005 | 10.25.233.5 | site-userdata-stg-wahvp005.iso |
| Node 3 | stg-wahvp006 | 10.25.233.6 | site-userdata-stg-wahvp006.iso |
Content Bundles¶
Content bundles (.zst files) are downloaded from Artifact Studio and uploaded to the Palette internal registry. See Content Bundles for the full pack list and upload instructions.
| Property | Value |
|---|---|
| Source | Artifact Studio |
| Login | spectro / mV715z##spPSJC |
| Version | 4.8.51 |
| Upload Target | Palette Local UI (https://10.25.232.252:5080) |
| Packs | 8 packs (see content bundles page) |
Palette Management Appliance ISO¶
The PMA ISO is downloaded separately from Artifact Studio. See Palette Appliance for install instructions.
| Property | Value |
|---|---|
| Source | Artifact Studio |
| File | Palette management appliance ISO |
| Version | 4.8.51 |
| Size | ~22 GB |
Installation Order¶
graph TD
A[Download all artifacts] --> B[Deploy PMA ISO to VM]
B --> C[Upload content bundles to Palette]
C --> D[Mount install ISO on Node 1]
D --> E[Node powers off after install]
E --> F[Mount site-userdata ISO for Node 1]
F --> G[Power on — node registers with Palette]
G --> H[Repeat for Nodes 2 and 3]