mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
Support [--yes] parameter when upgrade cluster
This commit is contained in:
parent
eb5db2f392
commit
60025e13c7
|
|
@ -83,6 +83,7 @@ func (o *UpgradeOptions) Run() error {
|
|||
KsVersion: o.KubeSphere,
|
||||
SkipPullImages: o.SkipPullImages,
|
||||
Debug: o.CommonOptions.Verbose,
|
||||
SkipConfirmCheck: o.CommonOptions.SkipConfirmCheck,
|
||||
}
|
||||
return pipelines.UpgradeCluster(arg, o.DownloadCmd)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue