Skip to content

Commit 1c24498

Browse files
committed
Disable healthcheck for now
1 parent fbaebaa commit 1c24498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gpu/nvidia/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func (m *NvidiaDevicePlugin) Start() error {
133133
}
134134
conn.Close()
135135

136-
go m.healthcheck()
136+
//go m.healthcheck()
137137

138138
return nil
139139
}

0 commit comments

Comments
 (0)