@@ -38,6 +38,8 @@ Palette. You will then create a cluster profile and use the registered host to d
3838- The FIPS-compliant version of Agent Mode is only available for Red Hat Enterprise Linux (RHEL) and Rocky Linux 8
3939 systems.
4040
41+ - CanvOS versions prior to 4.6.21 do not support local management mode.
42+
4143## Prerequisites
4244
4345- A physical or virtual host with SSH access, access to the internet, and connection to Palette. For local management
@@ -551,6 +553,13 @@ for guidance.
551553In local management mode, your host does not have a connection to Palette and may also have limited access to the
552554internet.
553555
556+ :::warning
557+
558+ Ensure you use CanvOS version 4.6.21 or later to build Edge artifacts, as earlier versions do not support local
559+ management mode.
560+
561+ :::
562+
5545631. In your terminal, use the following command to SSH into the host. Replace `</path/to/private/key>` with the path to
555564 your private SSH key and `<host-ip-or-domain>` with the host's IP address or hostname.
556565
@@ -575,7 +584,7 @@ internet.
575584
5765853. Download the airgap agent installation package and save it as a TAR file. Replace `<architecture>` with the
577586 architecture of your CPU. If you have ARM64, use `arm64`. If you have AMD64 or x86_64, use `amd64`. Replace
578- `<version>` with the desired version number. In this example, we use `v4.5.0 `. Refer to
587+ `<version>` with the desired version number. In this example, we use `v4.6.24 `. Refer to
579588 [Agent Mode Releases](https://github.com/spectrocloud/agent-mode/releases) for all the available releases.
580589
581590 <PartialsComponent category="agent-mode" name="agent-mode-airgap-version" />
@@ -613,7 +622,7 @@ internet.
613622 groups:
614623 - sudo
615624 passwd: kairos
616- name: "Configure user"
625+ name: "Configure user"
617626 EOF
618627 ```
619628
@@ -625,6 +634,7 @@ internet.
625634
626635 The response is the content of the user data file.
627636
637+ <!-- prettier-ignore -->
628638 ```yaml
629639 #cloud-config
630640 install:
@@ -642,7 +652,7 @@ internet.
642652 groups:
643653 - sudo
644654 passwd: kairos
645- name: "Configure user"
655+ name: "Configure user"
646656 ```
647657
6486587. Reboot the host. The host will automatically start the installation process once it reboots.
0 commit comments