1 Star 0 Fork 16

思考地微 / kubeeye

forked from KubeSphere / kubeeye 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 500 Bytes
一键复制 编辑 原始数据 按行查看 历史
Forest-L 提交于 2021-01-28 11:27 . update repo name
.PHONY: ke
BINARY="ke"
GOBIN=$(shell go env GOPATH)/bin
fmt:
gofmt -w ./pkg ./cmd
test: fmt
GO111MODULE=on go test -v ./pkg/...
install-packr2:
GO111MODULE=on GOPROXY=https://proxy.golang.org CGO_ENABLED=0 go get -u github.com/gobuffalo/packr/v2/packr2
$(GOBIN)/packr2 build -a -o ${BINARY} *.go
ke: install-packr2
# install KubeEye
install: ke
mv ${BINARY} /usr/local/bin/
clean:
rm ${BINARY}
# uninstall KubeEye from local computer
uninstall:
rm /usr/local/bin/${BINARY} 2> /dev/null
Go
1
https://gitee.com/tddh/kubeeye.git
git@gitee.com:tddh/kubeeye.git
tddh
kubeeye
kubeeye
all-contributors/add-FeynmanZhou

搜索帮助