Additional Packs
Review the following table to determine which pack binaries you need to download and upload to your OCI registry.
Usage Instructions
To download a binary you must 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.
- 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.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
wget --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 pack table above. The binary has the prefix
airgap-thirdparty-
. Follow the Usage Instructions to upload the conformance packs to the OCI
registry.
Additional OVAs
The following table lists additional OVAs that may be required depending on the Kubernetes version and distribution you want to use for your workload clusters.
Kubernetes Version | OVA Name | Download URL |
---|---|---|
Kubernetes 1.25.9 | u-2004-0-k-1259-fips.ova | https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-1259-fips.ova |
Kubernetes 1.25.10 | u-2004-0-k-12510-fips.ova | https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-12510-fips.ova |
Kubernetes 1.26.4 | u-2004-0-k-1264-fips.ova | https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-1264-fips.ova |
Kubernetes 1.26.5 | u-2004-0-k-1265-fips.ova | https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-1265-fips.ova |
Kubernetes 1.26.10 | u-2004-0-k-12610-fips.ova | https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-12610-fips.ova |
Kubernetes 1.26.12 | u-2004-0-k-12612-fips.ova | https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-12612-fips.ova |
Kubernetes 1.27.1 | u-2004-0-k-1271-fips.ova | https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-1271-fips.ova |
Kubernetes 1.27.2 | u-2004-0-k-1272-fips.ova | https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-1272-fips.ova |
Kubernetes 1.28.3 | u-2004-0-k-1283-fips.ova | https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-1283-fips.ova |
RKE2 1.25.10 | u-2004-0-k-rke2-1250-fips.ova | https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-rke2-1250-fips.ova |
RKE2 1.26.5 | u-2004-0-k-rke2-1265-fips.ova | https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-rke2-1265-fips.ova |
RKE2 1.26.11 | u-2004-0-k-rke2-12611-fips.ova | https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-rke2-12611-fips.ova |
RKE2 1.26.12 | u-2004-0-k-rke2-12612-fips.ova | https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-rke2-12612-fips.ova |
RKE2 1.27.8 | u-2004-0-k-rke2-1278-fips.ova | https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-rke2-1278-fips.ova |
RKE2 1.27.9 | u-2004-0-k-rke2-1279-fips.ova | https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-rke2-1279-fips.ova |
RKE2 1.28.4 | u-2004-0-k-rke2-1284-fips.ova | https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-rke2-1284-fips.ova |
RKE2 1.28.5 | u-2004-0-k-rke2-1285-fips.ova | https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-rke2-1285-fips.ova |
Usage Instructions
Use the provided download URL to download the OVA and upload it to your vSphere environment. The OVA must be uploaded to
the spectro-templates
so VerteX can access it. One additional note about uploaded OVAs, the OVA name must be prefixed
with r_
to be recognized by VerteX. You can rename the OVA before you upload it or after you upload it to vSphere.
- curl
- wget
The following example shows how to download the u-2004-0-k-1259-fips.ova
OVA and rename it to
r_u-2004-0-k-1259-fips.ova
using curl
and the --output
flag.
curl --output r_u-2004-0-k-1259-fips.ova \
https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-1259-fips.ova
The following example shows how to download the u-2004-0-k-1259-fips.ova
OVA and rename it to
r_u-2004-0-k-1259-fips.ova
using wget
and the --output-document
flag.
wget --quiet --show-progress \
--output-document=r_u-2004-0-k-1259-fips.ova \
https://vmwaregoldenimage-console.s3.us-east-2.amazonaws.com/u-2004-0-k-1259-fips.ova