Supported versions and architectures
Step 1: Install required tools
Ensure thatsudo is present and operating correctly on the host. Use su to become the root user, then run zypper install sudo.
After you install sudo, open the sudoers file with visudo. Verify that the file includes only one Defaults secure_path entry. If multiple entries exist, delete any entries that do not include /usr/local/bin. You install terraform and yq in this directory, so it must be in the secure_path value that sudo uses.
To install the required packages available from the operating system repositories, run:
- Install
yq(versionv4.49.2or later) from the yq releases page- Download
yq_linux_amd64.tar.gzoryq_linux_arm64.tar.gzand install it to/usr/local/bin/yq
- Download
- Install
terraform(version1.8.5) from the Terraform 1.8.5 releases page- Download
terraform_1.8.5_linux_amd64.ziporterraform_1.8.5_linux_arm64.zipand install the binary to/usr/local/bin/terraform unzipis required to extract the Terraform binary
- Download
Step 2: Install kubectl
Ensure that thekubectl version is the same as or newer than the RKE2 Kubernetes version.
To install kubectl using native package management, add the Kubernetes repository for the minor version that matches your deployment. The following example uses the v1.35 repository:
wget, then download the kubectl binary directly and install it to /usr/local/bin/kubectl. Replace <arch> with amd64 or arm64:
Step 3: Disable the nouveau driver
Confirm that the nouveau graphics driver is not loaded. For instructions, see Disable the nouveau driver in the NVIDIA documentation.
Run the following command to check whether the nouveau driver is loaded. If the command returns output, follow the next steps to turn off the driver and reboot.
nouveau driver is loaded:
Step 4: Install the NVIDIA driver
Poolside disables GPU Operator driver installation on SLES and other SUSE variants because the drivers are available through SUSE-owned and operated container repositories that Poolside cannot redistribute. Install NVIDIA driver version before you run the installer. This is the driver version listed for the certified on-premises stack. Follow NVIDIA’s instructions for your host operating system:Step 5: Verify prerequisites
Your host is ready when the following checks pass:-
Confirm that
sudoresolves/usr/local/bin: -
Confirm that the required tools are installed and on the path:
-
Confirm that the
nouveaudriver is not loaded. This command returns no output: -
Confirm that the NVIDIA driver is loaded and reports the host GPUs: