Support [--yes] parameter when upgrade cluster

This commit is contained in:
chaunceyjiang 2021-12-09 11:30:10 +08:00
parent eb5db2f392
commit 60025e13c7

View File

@ -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)
}