Merge pull request #4921 from xyz-li/master

complete the help doc
This commit is contained in:
KubeSphere CI Bot
2022-06-01 16:06:53 +08:00
committed by GitHub

View File

@@ -73,7 +73,7 @@ func NewControllerManagerCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "controller-manager",
Long: `KubeSphere controller manager is a daemon that`,
Long: `KubeSphere controller manager is a daemon that embeds the control loops shipped with KubeSphere.`,
Run: func(cmd *cobra.Command, args []string) {
if errs := s.Validate(allControllers); len(errs) != 0 {
klog.Error(utilerrors.NewAggregate(errs))