Skip to content

Commit

Permalink
fix: disable passDeviceSpecsEnabled by default (Project-HAMi#872)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Nimbus318 authored Feb 17, 2025
1 parent 8d8c3e1 commit ac6292d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hami/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ devicePlugin:
runtimeClassName: ""
migStrategy: "none"
disablecorelimit: "false"
passDeviceSpecsEnabled: true
passDeviceSpecsEnabled: false
extraArgs:
- -v=4

Expand Down

0 comments on commit ac6292d

Please sign in to comment.