Skip to content

Commit

Permalink
feat(t8s-cluster/workload-cluster): configure gpu time slicing (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Sep 26, 2023
1 parent daad6f7 commit 32fb616
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions charts/t8s-cluster/templates/workload-cluster/gpu-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ spec:
targetNamespace: kube-system
releaseName: gpu-operator
values:
devicePlugin:
config:
create: true
name: gpu-operator-time-slicing
default: any
data:
any: |-
version: v1
sharing:
timeSlicing:
failRequestsGreaterThanOne: true
resources:
- name: nvidia.com/gpu
replicas: 4
node-feature-discovery:
worker:
affinity:
Expand Down

0 comments on commit 32fb616

Please sign in to comment.