Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions autoscaling/custom-compute-classes/dra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ For the GPUs we will use in this example, the following command is sufficient:

```console
kubectl apply -f https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/master/nvidia-driver-installer/ubuntu/daemonset-preloaded.yaml
kubectl patch daemonset nvidia-driver-installer -n kube-system -p \
'{"spec":{"template":{"metadata":{"annotations":{"cluster-autoscaler.kubernetes.io/safe-to-evict":"true"}}}}}'
```

The container toolkit is installed via a DaemonSet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ spec:
app: nvidia-container-toolkit-installer
template:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
labels:
app: nvidia-container-toolkit-installer
spec:
Expand Down