The air-gapped stack is a set of scripts that ease the successful air-gap installation of certain {productname} components. To use them, you need to clone or download them from the stack’s GitHub repository.
The following scripts are included in the air-gapped stack:
SUSE-AI-mirror-nvidia.sh-
Mirrors all RPM packages from a specified Web URLs.
SUSE-AI-get-images.sh-
Downloads {docker} images of {productname} applications from {sappco}.
SUSE-AI-load-images.sh-
Loads downloaded {docker} images into a custom {docker} image registry.
The scripts are required in several places during the {productname} air-gapped installation. The following simplified workflow outlines the intended usage:
-
Use
SUSE-AI-mirror-nvidia.shon a remote host to download the required {nvidia} RPM packages. Transfer the downloaded content to an air-gapped local host and add it as a {zypper} repository to install {nvidia} drivers on local GPU nodes. -
Use
SUSE-AI-get-images.shon a remote host to download {docker} images of required {productname} components. Transfer them to an air-gapped local host. -
Use
SUSE-AI-load-images.shto load the transferred {docker} images of {productname} components into a custom local {docker} image registry. -
Install {ailibrary} applications on the local {kube} cluster from the local custom {docker} registry.