未验证 提交 ae2f4a8a 编写于 作者: K KubeSphere CI Bot 提交者: GitHub

Merge pull request #2526 from wansir/log

fix: exit without error log
......@@ -79,6 +79,7 @@ func NewControllerManagerCommand() *cobra.Command {
}
if err = Run(s, signals.SetupSignalHandler()); err != nil {
klog.Error(err)
os.Exit(1)
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册