Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
gshaibi committed Aug 4, 2024
1 parent 031a001 commit 8be102e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ spec:
{{- include "fake-gpu-operator.device-plugin.common.podTemplate.metadata" . | nindent 6 }}
spec:
{{- include "fake-gpu-operator.device-plugin.common.podTemplate.spec" . | nindent 6 }}
nodeSelector:
nvidia.com/gpu.deploy.device-plugin: "true"
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: run.ai/simulated-gpu-node-pool
operator: Exists
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ spec:
{{- include "fake-gpu-operator.status-exporter.common.podTemplate.metadata" . | nindent 6 }}
spec:
{{- include "fake-gpu-operator.status-exporter.common.podTemplate.spec" . | nindent 6 }}
nodeSelector:
nvidia.com/gpu.deploy.dcgm-exporter: "true"
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: run.ai/simulated-gpu-node-pool
operator: Exists

0 comments on commit 8be102e

Please sign in to comment.