Skip to content

Commit

Permalink
Merge pull request #1112 from run-ai/typo
Browse files Browse the repository at this point in the history
type fix
  • Loading branch information
JamieWeider72 authored Sep 19, 2024
2 parents 14dd8ce + d8e2d06 commit 5b39021
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ kubectl patch clusterPolicy cluster-policy -n gpu-operator --type=merge -p '{"sp
* When setting-up the cluster, do **not** install the NVIDIA device plug-in (we want the NVIDIA GPU Operator to install it instead).
* When using the [eksctl](https://eksctl.io/) tool to create a cluster, use the flag `--install-nvidia-plugin=false` to disable the installation.
For GPU nodes, EKS uses an AMI which already contains the NVIDIA drivers. As such, you must use the GPU Operator flags: `--set driver.enabled=false.ticated`
For GPU nodes, EKS uses an AMI which already contains the NVIDIA drivers. As such, you must use the GPU Operator flags: `--set driver.enabled=false`
??? "Google Kubernetes Engine (GKE)"
Expand Down

0 comments on commit 5b39021

Please sign in to comment.