Skip to content

Commit

Permalink
Define defaultRuntime to containerd
Browse files Browse the repository at this point in the history
Signed-off-by: meskinemohamed <[email protected]>

Remove defaultRuntime field from ClusterPolicy template

Signed-off-by: meskinemohamed <[email protected]>
  • Loading branch information
meskinemohamed committed Jan 21, 2025
1 parent f7dc6d7 commit 3ff269a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions deployments/gpu-operator/templates/clusterpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ spec:
rootFS: {{ .Values.hostPaths.rootFS }}
driverInstallDir: {{ .Values.hostPaths.driverInstallDir }}
operator:
{{- if .Values.operator.defaultRuntime }}
defaultRuntime: {{ .Values.operator.defaultRuntime }}
{{- end }}
{{- if .Values.operator.runtimeClass }}
runtimeClass: {{ .Values.operator.runtimeClass }}
{{- end }}
Expand Down
1 change: 0 additions & 1 deletion deployments/gpu-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ operator:
imagePullPolicy: IfNotPresent
imagePullSecrets: []
priorityClassName: system-node-critical
defaultRuntime: docker
runtimeClass: nvidia
use_ocp_driver_toolkit: false
# cleanup CRD on chart un-install
Expand Down

0 comments on commit 3ff269a

Please sign in to comment.