Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Cloudprober beta release

Compare
Choose a tag to compare
@manugarg manugarg released this 01 Aug 04:01
· 683 commits to master since this release

You can always download the latest docker image from docker hub:
docker run cloudprober/cloudprober

To build and install from the source:
go get github.com/google/cloudprober
GOBIN=$GOPATH/bin go install $GOPATH/src/github.com/google/cloudprober/cmd/cloudprober.go