Signed-off-by: 24sama <leo@kubesphere.io>
This commit is contained in:
24sama 2021-12-24 16:17:00 +08:00
parent 0d686c85e0
commit 3fff474dab

View File

@ -128,7 +128,7 @@ func (o *CreateClusterOptions) AddFlags(cmd *cobra.Command) {
cmd.Flags().StringVarP(&o.DownloadCmd, "download-cmd", "", "curl -L -o %s %s",
`The user defined command to download the necessary binary files. The first param '%s' is output path, the second param '%s', is the URL`)
cmd.Flags().StringVarP(&o.Artifact, "artifact", "a", "", "Path to a KubeKey artifact")
cmd.Flags().BoolVarP(&o.SkipInstallPackages, "--skip-install-packages", "", false, "Skip install packages by artifact")
cmd.Flags().BoolVarP(&o.SkipInstallPackages, "skip-install-packages", "", false, "Skip install packages by artifact")
}
func completionSetting(cmd *cobra.Command) (err error) {