mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
parent
0d686c85e0
commit
3fff474dab
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue