diff --git a/apiserver/apiserver.go b/apiserver/apiserver.go index fd8b174a..f4074112 100644 --- a/apiserver/apiserver.go +++ b/apiserver/apiserver.go @@ -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 }