Skip to content

Commit 35cb0b8

Browse files
committed
Gaudi: fix device-faker overlay command
Signed-off-by: Alexey Fomenko <alexey.fomenko@intel.com>
1 parent 2e6b83b commit 35cb0b8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

deployments/gaudi/overlays/device-faker/device-faker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ spec:
2828
add: [ "MKNOD" ]
2929
containers:
3030
- name: kubelet-plugin
31-
command: ["/kubelet-gaudi-plugin", "-v", "5", "-n", "/tmp/gaudi-fake-root/gaudinet", "-p", "/tmp/gaudi-fake-root/hookbin"]
31+
# Disable health monitoring, HLML will fail to initialize otherwise.
32+
command: ["/kubelet-gaudi-plugin", "-v", "5", "-n", "/tmp/gaudi-fake-root/gaudinet", "-p", "/tmp/gaudi-fake-root/hookbin", "-m=0"]
3233
# TODO: change to :devel when public CI is in place
3334
image: ghcr.io/intel/intel-resource-drivers-for-kubernetes/intel-gaudi-resource-driver:latest
3435
# TODO: pull policy is needed when :devel is used instead of :latest

0 commit comments

Comments
 (0)