Skip to content

Commit 2bda58a

Browse files
Nimbus318haitwang-cloud
authored andcommitted
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> feat: add initial implementation of nvidia plugin components and interfaces Signed-off-by: haitwang-cloud <haitao_wht@outlook.com>
1 parent 8d8c3e1 commit 2bda58a

File tree

138 files changed

+12405
-4737
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+12405
-4737
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ docker:
77
docker build \
88
--build-arg GOLANG_IMAGE=${GOLANG_IMAGE} \
99
--build-arg TARGET_ARCH=${TARGET_ARCH} \
10+
--build-arg NVIDIA_DEVEL_IMAGE=${NVIDIA_DEVEL_IMAGE} \
1011
--build-arg NVIDIA_IMAGE=${NVIDIA_IMAGE} \
1112
--build-arg DEST_DIR=${DEST_DIR} \
1213
--build-arg VERSION=${VERSION} \
13-
--build-arg GOPROXY=https://goproxy.cn,direct \
1414
. -f=docker/Dockerfile -t ${IMG_TAG}
1515

1616
dockerwithlib:

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)