Additional Packs
Review the following table to determine which pack binaries you need to download and upload to your OCI registry.
Cluster Profile Packs
Additional Deployment Options
The following deployment options are also available for airgapped self-hosted Palette and Palette VerteX instances:
- Palette Virtual Machine Orchestrator (VMO)
- Virtual Machine Migration Assistant (VM Migration Assistant)
- Virtual Clusters
File Name | URL |
---|---|
airgap-pack-virtual-machine-orchestrator-4.6.4.bin | https://software-private.spectrocloud.com/airgap/packs/airgap-pack-virtual-machine-orchestrator-4.6.4.bin |
airgap-pack-vm-migration-assistant-4.6.0.bin | https://software-private.spectrocloud.com/airgap/packs/airgap-pack-vm-migration-assistant-4.6.0.bin |
airgap-pack-vcluster-4.6.1.bin | https://software-private.spectrocloud.com/airgap/packs/airgap-pack-vcluster-4.6.1.bin |
Usage Instructions
You must SSH into your Palette VerteX airgap support VM to download and install the binary. You must also provide the username and password for the support team's private repository. Reach out to our support team to obtain the credentials.
The following example shows how to download the airgap-vertex-pack-cni-calico-3.25.1.bin
binary. Replace XXXX
with
your username and YYYY
with your password.
-
In your terminal, use the following command template to SSH into the Palette airgap support VM. Enter the path to your private SSH key, username, and the IP or domain of the airgap support VM. The default username is
ubuntu
.ssh -i </path/to/private/key> <username>@<vm-ip-or-domain>
Consider the following command example for reference.
ssh -i /docs/ssh-private-key.pem ubuntu@palette.example.com
-
Execute the following command to switch to the
root
user account.sudo --login
-
Download the binary using the provided username and password.
- curl
- wget
curl --user 'XXXX:YYYY' \
https://software-private.spectrocloud.com/airgap-fips/packs/airgap-vertex-pack-cni-calico-3.25.1.bin \
--output airgap-vertex-pack-cni-calico-3.25.1.binwget --user='XXXX' --password='YYYY' \
--output-document=airgap-vertex-pack-cni-calico-3.25.1.bin \
https://software-private.spectrocloud.com/airgap-fips/packs/airgap-vertex-pack-cni-calico-3.25.1.bin -
Once the download is complete, issue the following command to start the binary and the upload process. Replace the binary name with the one you downloaded.
chmod +x airgap-vertex-pack-cni-calico-3.25.1.bin && \
./airgap-vertex-pack-cni-calico-3.25.1.bin
All binaries require the OCI environment variables to be set and for the registry credentials to be available.
Conformance Capabilities
In an airgap installation, you need to upload the conformance packs to the self-hosted OCI registry. The conformance
binary contains the packs required to use the Compliance Scan
capabilities. The conformance binary can be found in the Cluster Profile Packs table. The
binary has the prefix airgap-thirdparty-
. Follow the Usage Instructions to upload the
conformance packs to the OCI registry.