We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6b83b commit 35cb0b8Copy full SHA for 35cb0b8
1 file changed
deployments/gaudi/overlays/device-faker/device-faker.yaml
@@ -28,7 +28,8 @@ spec:
28
add: [ "MKNOD" ]
29
containers:
30
- name: kubelet-plugin
31
- command: ["/kubelet-gaudi-plugin", "-v", "5", "-n", "/tmp/gaudi-fake-root/gaudinet", "-p", "/tmp/gaudi-fake-root/hookbin"]
+ # 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"]
33
# TODO: change to :devel when public CI is in place
34
image: ghcr.io/intel/intel-resource-drivers-for-kubernetes/intel-gaudi-resource-driver:latest
35
# TODO: pull policy is needed when :devel is used instead of :latest
0 commit comments