1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +01:00

Fix rescheduler's server code.

This commit is contained in:
Avesh Agarwal
2017-07-31 15:47:54 -04:00
parent 69ecd89cc6
commit 2217fcbd01

View File

@@ -24,7 +24,6 @@ import (
"github.com/aveshagarwal/rescheduler/pkg/rescheduler/client"
"github.com/aveshagarwal/rescheduler/pkg/rescheduler/node"
//"github.com/golang/glog"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
)
@@ -60,6 +59,7 @@ func Run(rs *options.ReschedulerServer) error {
if err != nil {
return err
}
fmt.Printf("nodes = %#v", nodes)
fmt.Printf("\nnodes = %#v\n", nodes)
return nil
}