File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed
assets/state-vgpu-manager
internal/state/testdata/golden Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1818 labels :
1919 app : nvidia-vgpu-manager-daemonset
2020 spec :
21+ terminationGracePeriodSeconds : 120
2122 nodeSelector :
2223 nvidia.com/gpu.deploy.vgpu-manager : " true"
2324 tolerations :
Original file line number Diff line number Diff line change @@ -330,6 +330,7 @@ spec:
330330 nvidia.com/gpu.deploy.vgpu-manager : " true"
331331 priorityClassName : system-node-critical
332332 serviceAccountName : nvidia-vgpu-manager-openshift
333+ terminationGracePeriodSeconds : 120
333334 tolerations :
334335 - effect : NoSchedule
335336 key : nvidia.com/gpu
Original file line number Diff line number Diff line change @@ -238,6 +238,7 @@ spec:
238238 nvidia.com/gpu.deploy.vgpu-manager : " true"
239239 priorityClassName : system-node-critical
240240 serviceAccountName : nvidia-vgpu-manager-ubuntu22.04
241+ terminationGracePeriodSeconds : 120
241242 tolerations :
242243 - effect : NoSchedule
243244 key : nvidia.com/gpu
Original file line number Diff line number Diff line change 5959 {{- .Driver.Spec.Labels | yaml | nindent 8 }}
6060 {{- end }}
6161 spec :
62+ {{- if eq .Driver.Spec.DriverType "vgpu-host-manager" }}
63+ terminationGracePeriodSeconds : 120
64+ {{- end }}
6265 nodeSelector :
6366 {{- if eq .Driver.Spec.DriverType "vgpu-host-manager" }}
6467 nvidia.com/gpu.deploy.vgpu-manager : " true"
You can’t perform that action at this time.
0 commit comments