Skip to content

Commit

Permalink
Update cluster-autoscaler/provisioningrequest/provreqclient/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Bartek Wróblewski <bwroblewski@google.com>
  • Loading branch information
yaroslava-serdiuk and BigDarkClown authored Jul 2, 2024
1 parent 81b6d3d commit 1953031
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func ProvisioningRequestsForPods(client *ProvisioningRequestClient, unschedulabl
}
provReq, err := client.ProvisioningRequest(pod.Namespace, pod.OwnerReferences[0].Name)
if err != nil {
klog.Errorf("failed retrive ProvisioningRequest from unscheduled pods, err: %v", err)
klog.Errorf("failed to retrieve ProvisioningRequest from unschedulable pod, err: %v", err)
continue
}
if _, found := prMap[provReq.Name]; !found {
Expand Down

0 comments on commit 1953031

Please sign in to comment.