Skip to content
Merged
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
1 change: 1 addition & 0 deletions assets/state-vgpu-manager/0500_daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
labels:
app: nvidia-vgpu-manager-daemonset
spec:
terminationGracePeriodSeconds: 120
nodeSelector:
nvidia.com/gpu.deploy.vgpu-manager: "true"
tolerations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ spec:
nvidia.com/gpu.deploy.vgpu-manager: "true"
priorityClassName: system-node-critical
serviceAccountName: nvidia-vgpu-manager-openshift
terminationGracePeriodSeconds: 120
tolerations:
- effect: NoSchedule
key: nvidia.com/gpu
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ spec:
nvidia.com/gpu.deploy.vgpu-manager: "true"
priorityClassName: system-node-critical
serviceAccountName: nvidia-vgpu-manager-ubuntu22.04
terminationGracePeriodSeconds: 120
tolerations:
- effect: NoSchedule
key: nvidia.com/gpu
Expand Down
3 changes: 3 additions & 0 deletions manifests/state-driver/0500_daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ spec:
{{- .Driver.Spec.Labels | yaml | nindent 8 }}
{{- end }}
spec:
{{- if eq .Driver.Spec.DriverType "vgpu-host-manager" }}
terminationGracePeriodSeconds: 120
{{- end }}
nodeSelector:
{{- if eq .Driver.Spec.DriverType "vgpu-host-manager" }}
nvidia.com/gpu.deploy.vgpu-manager: "true"
Expand Down
Loading