|
@@ -122,6 +122,8 @@ func customResourceScorer(nodeName string) int64 {
|
|
|
q := client.NewQuery(command, "evolve", "")
|
|
|
if response, err := c.Query(q); err == nil && response.Error() == nil {
|
|
|
klog.Infof("%v", response.Results)
|
|
|
+ } else if err != nil {
|
|
|
+ klog.Infof("Error: %v", err)
|
|
|
}
|
|
|
} else {
|
|
|
klog.Infof("Error finding the uuid: %v", ok)
|