Skip to content

Commit ac6292d

Browse files
authored
fix: disable passDeviceSpecsEnabled by default (#872)
Due to potential pod startup issues in certain environments, set passDeviceSpecsEnabled to false by default. This configuration can still be enabled via helm values for environments that need it to handle runtime GPU access issues. Signed-off-by: Nimbus318 <136771156+Nimbus318@users.noreply.github.com>
1 parent 8d8c3e1 commit ac6292d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/hami/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ devicePlugin:
137137
runtimeClassName: ""
138138
migStrategy: "none"
139139
disablecorelimit: "false"
140-
passDeviceSpecsEnabled: true
140+
passDeviceSpecsEnabled: false
141141
extraArgs:
142142
- -v=4
143143

0 commit comments

Comments
 (0)