From b6f69da0dfbd488bcb6c052b4b76b2e4b6603a40 Mon Sep 17 00:00:00 2001 From: Kun Li Date: Thu, 23 Mar 2023 10:16:49 +0800 Subject: [PATCH] fix(installer): fix installer not patch k8sValidVersions and tkeVersion to cluster-info (#2248) --- cmd/tke-installer/app/installer/installer.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmd/tke-installer/app/installer/installer.go b/cmd/tke-installer/app/installer/installer.go index cf3859b8b..a3169dd67 100644 --- a/cmd/tke-installer/app/installer/installer.go +++ b/cmd/tke-installer/app/installer/installer.go @@ -273,6 +273,10 @@ func (t *TKE) initSteps() { Name: "Install etcd", Func: t.installETCD, }, + { + Name: "Patch platform versions in cluster info", + Func: t.patchPlatformVersion, + }, }...) t.steps = append(t.steps, []types.Handler{