stop plumbing options to start
This commit is contained in:
parent
0650cc95ae
commit
2f7772a986
|
@ -101,6 +101,6 @@ func Run(serverOptions *genericoptions.ServerRunOptions) error {
|
|||
if err := s.InstallAPIGroup(&apiGroupInfo); err != nil {
|
||||
return fmt.Errorf("Error in installing API: %v", err)
|
||||
}
|
||||
s.Run(serverOptions)
|
||||
s.Run()
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue