Merge pull request #2187 from wanjunlei/master

add audit components
This commit is contained in:
KubeSphere CI Bot
2020-06-15 11:40:40 +08:00
committed by GitHub
40 changed files with 2558 additions and 12 deletions

View File

@@ -80,7 +80,7 @@ func Run(s *options.ServerRunOptions, stopCh <-chan struct{}) error {
return err
}
err = apiserver.PrepareRun()
err = apiserver.PrepareRun(stopCh)
if err != nil {
return nil
}