AWS Air-gapped with GPU Install
This section provides instructions to install DKP in an AWS air-gapped GPU environment.
If not already done, refer to the Get Started section of the documentation for:
For an air-gapped environment, ensure you have Download DKP dkp-air-gapped-bundle_v2.5.2_linux_amd64.tar.gz
, so you can extract the tarball on next page.
AWS Prerequisites
Before you begin using Konvoy with AWS, you must:
Follow the steps to create a Minimal Permissions and Role to Create Clusters..
Create Cluster IAM Policies and Roles.
Export the AWS region where you want to deploy the cluster:
CODEexport AWS_REGION=us-west-2
Export the AWS profile with the credentials you want to use to create the Kubernetes cluster:
CODEexport AWS_PROFILE=<profile>
GPU Prerequisites
Before you begin, you must:
Ensure nodes provide an NVIDIA GPU.
If you are using a public cloud service such as AWS, create an AMI with KIB using the instructions on the KIB for GPU page.
If you are deploying in a pre-provisioned environment, ensure that you have created the appropriate secret for your GPU nodepool and have uploaded the appropriate artifacts to each node. See the GPU only steps section on the Pre-provisioned Prerequisites Air-gapped page for additional information.
Specific instructions must be followed for enabling nvidia-gpu-operator
depending on if you want to deploy the app on a Management cluster or a Attached or a Managed cluster.
For instructions on enabling the NVIDIA platform application on a Management cluster, follow the instructions in the NVIDIA Platform Application Management Cluster section.
For instructions on enabling the NVIDIA platform application on attached or managed clusters, follow the instructions in the NVIDIA Platform Application Attached or Managed Cluster section.
Once nvidia-gpu-operator
has been enabled depending on the cluster type, proceed to the Select the correct Toolkit version for your NVIDIA GPU Operator on each of those pages.