mirror of
https://github.com/wahyd4/kt-connect.git
synced 2026-08-09 05:16:02 +10:00
update default proxy image
This commit is contained in:
@@ -156,4 +156,10 @@ go get github.com/mitchellh/gox
|
||||
|
||||
```
|
||||
gox -output="output/ktctl/ktctl_{{.OS}}_{{.Arch}}" ${GOPATH}/src/github.com/alibaba/kt-connect/cmd/ktctl
|
||||
```
|
||||
|
||||
## How To Build Proxy
|
||||
|
||||
```
|
||||
GOARCH=amd64 GOOS=linux go build -o bin/proxy cmd/proxy/main.go
|
||||
```
|
||||
+1
-1
@@ -68,7 +68,7 @@ func main() {
|
||||
cli.StringFlag{
|
||||
Name: "image,i",
|
||||
Usage: "Custom proxy image",
|
||||
Value: "registry.cn-shanghai.aliyuncs.com/kube-helm/kube-proxy:1560842881",
|
||||
Value: "registry.cn-hangzhou.aliyuncs.com/rdc-incubator/kt-connect:v0.0.5",
|
||||
Destination: &image,
|
||||
},
|
||||
cli.BoolFlag{
|
||||
|
||||
Reference in New Issue
Block a user