mirror of
https://github.com/wahyd4/kt-connect.git
synced 2026-08-09 05:16:02 +10:00
update readme
This commit is contained in:
@@ -3,8 +3,6 @@ KT Connect
|
||||
|
||||
[](https://travis-ci.org/alibaba/kt-connect) 
|
||||
|
||||

|
||||
|
||||
Management and Integration with your Kubernetes dev environment more efficient.
|
||||
|
||||

|
||||
@@ -150,32 +148,6 @@ Dashboard can help your know how your dev environemnt is used.
|
||||
|
||||
You can install KT Connect Dashboard As Follow [Install Dashboard](https://rdc-incubator.github.io/kt-docs/#/guide/dashboard)
|
||||
|
||||
## How To Build
|
||||
|
||||
### use go build
|
||||
|
||||
```
|
||||
go build -o "output/ktctl/ktctl" ./cmd/ktctl
|
||||
```
|
||||
|
||||
### use gox
|
||||
|
||||
Install Gox
|
||||
|
||||
```
|
||||
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 Shadow
|
||||
|
||||
```
|
||||
GOARCH=amd64 GOOS=linux go build -o bin/proxy cmd/shadow/main.go
|
||||
```
|
||||
|
||||
## Ask For Help
|
||||
|
||||
Please contact us with DingTalk:
|
||||
|
||||
Reference in New Issue
Block a user