Skip to content

Commit

Permalink
fix(installer): move lightweight-install position (#1821)
Browse files Browse the repository at this point in the history
  • Loading branch information
wl-chen authored Apr 1, 2022
1 parent 3e94139 commit 0ead002
Show file tree
Hide file tree
Showing 32 changed files with 6 additions and 4 deletions.
Binary file removed charts/bin/gen
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tke-auth:
adminPassword:
tke-platform:
# 必填 VIP,或者公网可访问的集群IP
publicIP:
publicIP: 172.18.0.2
metricsServerImage: tkestack/metrics-server:v0.3.6
addonResizerImage: tkestack/addon-resizer:1.8.11
api:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package installer

import (
"encoding/base64"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package installer

type ClusterInfoPatch struct {
Data struct {
Expand Down
File renamed without changes.
4 changes: 3 additions & 1 deletion charts/values/main.go → hack/lightweight-install/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ package main
import (
"fmt"
"log"

"tkestack.io/tke/hack/lightweight-install/installer"
)

func main() {
if err := GenerateValueChart(); err != nil {
if err := installer.GenerateValueChart(); err != nil {
log.Fatalf("generate chart value yaml fail, error: %s", err.Error())
}
fmt.Printf("generate chart value yaml success!")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0ead002

Please sign in to comment.