mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
stop plumbing options to start
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user