diff --git a/docs/howto/features/gpu.md b/docs/howto/features/gpu.md index 006621aa1d..48f70c19ef 100644 --- a/docs/howto/features/gpu.md +++ b/docs/howto/features/gpu.md @@ -100,6 +100,7 @@ series nodes. 7. Ask for the increase, and wait. This can take *several working days*, so do it as early as possible! +(howto:features:gpu:aws:nodegroup)= #### Setup GPU nodegroup on eksctl We use `eksctl` with `jsonnet` to provision our kubernetes clusters on diff --git a/docs/hub-deployment-guide/new-cluster/aws.md b/docs/hub-deployment-guide/new-cluster/aws.md index f517c18d59..6c985d698f 100644 --- a/docs/hub-deployment-guide/new-cluster/aws.md +++ b/docs/hub-deployment-guide/new-cluster/aws.md @@ -72,6 +72,11 @@ This will generate the following files: 4. `terraform/aws/projects/$CLUSTER_NAME.tfvars`, a terraform variables file that will setup most of the non EKS infrastructure. +### Add GPU nodegroup if needed + +If this cluster is going to have GPUs, you should edit the generated jsonnet file +to [include a GPU nodegroups](howto:features:gpu:aws:nodegroup). + ### Create and render an eksctl config file We use an eksctl [config file](https://eksctl.io/usage/schema/) in YAML to specify