Skip to content

Commit

Permalink
nit update message
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentportella committed Aug 27, 2024
1 parent 3533aeb commit 05c5f3f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkg/controller/cyclenoderequest/transitioner/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,11 @@ func (t *CycleNodeRequestTransitioner) logProblemNodes(nodesNotInCloudProviderNo
offendingNodesInfo += strings.Join(providerIDs, ",")
}

message := fmt.Sprintf("instances missing: %v, kube nodes missing: %v. %v",
len(nodesNotInCloudProviderNodegroup), len(instancesNotInKube), offendingNodesInfo,
message := fmt.Sprintf(
"instances missing from cloud provider nodegroup: %v, kube nodes missing: %v. %v",
len(nodesNotInCloudProviderNodegroup),
len(instancesNotInKube),
offendingNodesInfo,
)

// Send to both so because this is important info that needs to be found
Expand Down

0 comments on commit 05c5f3f

Please sign in to comment.