We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 198e103 + 2e81410 commit 6cd7363Copy full SHA for 6cd7363
1 file changed
internal/server/server.go
@@ -68,6 +68,8 @@ func NewPluginServer(mgr *manager.AscendManager, nodeName string) (*PluginServer
68
grpcServer: grpc.NewServer(),
69
mgr: mgr,
70
socket: path.Join(v1beta1.DevicePluginPath, fmt.Sprintf("%s.sock", mgr.CommonWord())),
71
+ stopCh: make(chan interface{}),
72
+ healthCh: make(chan int32),
73
}, nil
74
}
75
0 commit comments