You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this removed, the GPU side of the driver will be enabled by default
with no safeguards to ensure that someone explicity sets it to false if
that is their actual intention.
Signed-off-by: Kevin Klues <kklues@nvidia.com>
Copy file name to clipboardExpand all lines: deployments/helm/nvidia-dra-driver-gpu/templates/validation.yaml
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,6 @@
30
30
{{- fail $error }}
31
31
{{- end }}
32
32
33
-
{{- if and .Values.resources.gpus.enabled (not .Values.gpuResourcesEnabledOverride) }}
34
-
{{- $error := "" }}
35
-
{{- $error = printf "%s\nThe default value of 'resources.gpus.enabled=true' is not yet supported." $error }}
36
-
{{- $error = printf "%s\nIt is set to true by default to future proof it as the default once support for it becomes available." $error }}
37
-
{{- $error = printf "%s\nUntil then, please explicitly set 'resources.gpus.enabled=false' when installing this chart." $error }}
38
-
{{- $error = printf "%s\nIf you truly want to force 'resources.gpus.enabled=true' to apply, you must also set 'gpuResourcesEnabledOverride=true'." $error }}
39
-
{{- fail $error }}
40
-
{{- end }}
41
-
42
33
{{- if .Values.nvidiaCtkPath }}
43
34
{{- $error := "" }}
44
35
{{- $error = printf "%s\nSetting a user-defined nvidiaCtkPath is no longer supported. It can simply be removed without consequence." $error }}
0 commit comments