diff --git a/cmd/tke-installer/app/installer/installer.go b/cmd/tke-installer/app/installer/installer.go index bb293c5ab..360147346 100644 --- a/cmd/tke-installer/app/installer/installer.go +++ b/cmd/tke-installer/app/installer/installer.go @@ -455,19 +455,19 @@ func (t *TKE) initSteps() { }, }...) - if t.Para.Config.Registry.ThirdPartyRegistry == nil && - t.Para.Config.Registry.TKERegistry != nil { - t.steps = append(t.steps, []types.Handler{ - { - Name: "Import charts", - Func: t.importCharts, - }, - { - Name: "Import Expansion Charts", - Func: t.importExpansionCharts, - }, - }...) - } + // if t.Para.Config.Registry.ThirdPartyRegistry == nil && + // t.Para.Config.Registry.TKERegistry != nil { + // t.steps = append(t.steps, []types.Handler{ + // { + // Name: "Import charts", + // Func: t.importCharts, + // }, + // { + // Name: "Import Expansion Charts", + // Func: t.importExpansionCharts, + // }, + // }...) + // } if len(t.Para.Config.ExpansionApps) > 0 { t.steps = append(t.steps, []types.Handler{