Skip to content

Commit

Permalink
fix(installer): fix installer not patch k8sValidVersions and tkeVersi…
Browse files Browse the repository at this point in the history
…on to cluster-info (#2248)
  • Loading branch information
lkxjtu committed Mar 23, 2023
1 parent 68317e3 commit b6f69da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/tke-installer/app/installer/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit b6f69da

Please sign in to comment.