Merge pull request #3929 from LinuxSuRen/fix-wrong-ctrl-mgr-ver-output

Fix the wrong version output of controller-manager
This commit is contained in:
KubeSphere CI Bot
2021-06-01 16:40:17 +08:00
committed by GitHub

View File

@@ -116,7 +116,7 @@ func NewControllerManagerCommand() *cobra.Command {
versionCmd := &cobra.Command{
Use: "version",
Short: "Print the version of KubeSphere ks-apiserver",
Short: "Print the version of KubeSphere controller-manager",
Run: func(cmd *cobra.Command, args []string) {
cmd.Println(version.Get())
},