Skip to content

Commit

Permalink
Merge pull request #1211 from meskinemohamed/mmeskine/fix-default-run…
Browse files Browse the repository at this point in the history
…time

Remove defaultRuntime as it's no longer used.
  • Loading branch information
tariq1890 authored Jan 21, 2025
2 parents 695ed40 + 68d6fc0 commit c650644
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ metadata:
},
"spec": {
"operator": {
"defaultRuntime": "crio",
"use_ocp_driver_toolkit": true,
"initContainer": {
}
Expand Down
1 change: 0 additions & 1 deletion config/samples/v1_clusterpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
name: gpu-cluster-policy
spec:
operator:
defaultRuntime: crio
runtimeClass: nvidia
initContainer: {}
use_ocp_driver_toolkit: true
Expand Down
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 c650644

Please sign in to comment.