Skip to content

Commit 78acbc4

Browse files
authored
fix(resources): resources controller ignore refresh gpu config for init (#6754)
resources controller ignore refresh gpu config for init
1 parent 7feffe4 commit 78acbc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controllers/resources/controllers/monitor_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func NewMonitorReconciler(mgr ctrl.Manager) (*MonitorReconciler, error) {
162162
return nil
163163
})
164164
if err != nil {
165-
return nil, err
165+
fmt.Printf("INFO: refresh gpu config: %v, will retry in next reconcile", err)
166166
}
167167
r.gpuMutex.RLock()
168168
aliasCount := len(r.gpuAliasCard)

0 commit comments

Comments
 (0)