mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 13:29:11 +01:00
Update rescheduler server.go.
This commit is contained in:
@@ -30,7 +30,7 @@ import (
|
||||
// NewReschedulerCommand creates a *cobra.Command object with default parameters
|
||||
func NewReschedulerCommand() *cobra.Command {
|
||||
s := options.NewReschedulerServer()
|
||||
//s.AddFlags(pflag.CommandLine)
|
||||
s.AddFlags(pflag.CommandLine)
|
||||
cmd := &cobra.Command{
|
||||
Use: "rescheduler",
|
||||
Short: "reschdeduler",
|
||||
|
||||
Reference in New Issue
Block a user