Skip to content

Commit

Permalink
fix: installer e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
QianChenglong committed Mar 17, 2020
1 parent 775601c commit 91844da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/tke-installer/app/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import (
"tkestack.io/tke/cmd/tke-installer/app/options"
clusterprovider "tkestack.io/tke/pkg/platform/provider/cluster"
"tkestack.io/tke/pkg/util/log"

_ "tkestack.io/tke/pkg/platform/provider/baremetal/cluster"
)

// Config is the running configuration structure of the TKE controller manager.
Expand Down
2 changes: 2 additions & 0 deletions cmd/tke-installer/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ import (
"time"

"tkestack.io/tke/cmd/tke-installer/app"

_ "tkestack.io/tke/pkg/platform/provider/baremetal/cluster"
)

func main() {
Expand Down

0 comments on commit 91844da

Please sign in to comment.