update default proxy image

This commit is contained in:
yunlzheng
2019-09-11 16:11:21 +08:00
parent 9f206a8c1c
commit 95fe783d69
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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
View File
@@ -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{