Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pkg/controller/machine/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ func (r *ReconcileMachine) Reconcile(request reconcile.Request) (reconcile.Resul

// Add clusterID label
if err := r.setClusterIDLabel(ctx, m); err != nil {
klog.Errorf("%v: failed to set ClusterID for machine: %v", machineName, err)
return reconcile.Result{}, err
}

Expand Down