Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Chen committed Jan 29, 2024
1 parent 516f1be commit 3e841ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion controllers/azurestackhcicluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,4 +423,4 @@ func (r *AzureStackHCIClusterReconciler) reconcilePhase(clusterScope *scope.Clus
if !azureStackHCICluster.DeletionTimestamp.IsZero() {
azureStackHCICluster.Status.SetTypedPhase(infrav1.AzureStackHCIClusterPhaseDeleting)
}
}
}
2 changes: 1 addition & 1 deletion controllers/azurestackhcicluster_reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ func (r *azureStackHCIClusterReconciler) createOrUpdateVnetName() {
if r.scope.Vnet().Name == "" {
r.scope.Vnet().Name = azurestackhci.GenerateVnetName(r.scope.Name())
}
}
}
2 changes: 1 addition & 1 deletion controllers/azurestackhciloadbalancer_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,5 +414,5 @@ func (r *AzureStackHCILoadBalancerReconciler) reconcileLoadBalancerVIP(lbs *scop
}
}

return errors.Errorf("Load Balancer VIP out of VIP Pool range.")// LB VIP: %s Start: %s End: %s", controlPlaneHost, ippool.Start, ippool.End)
return errors.Errorf("Load Balancer VIP out of VIP Pool range.")
}

0 comments on commit 3e841ea

Please sign in to comment.