Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
rrangith committed Oct 4, 2024
1 parent 95895f0 commit a4ef710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster-autoscaler/expander/grpcplugin/grpc_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ func (g *grpcclientstrategy) BestOptions(expansionOptions []expander.Option, nod
}
if len(bestOptionsResponse.Options) == 0 {
// best options is intentionally empty
klog.V(4).Info("GRPC returned no bestOptions")
return nil
}
// Transform back options slice
Expand Down

0 comments on commit a4ef710

Please sign in to comment.