Operator to manage storage cluster in Kubernetes
git clone [email protected]:libopenstorage/operator.git
cd operatormake downloads allTroubleshooting:
If you get errors like
/usr/local/go/src/math/erf.go:189:6: Erf defined in both Go and assembly
/usr/local/go/src/math/erf.go:274:6: Erfc defined in both Go and assemblytry to switch to go 1.19.
Make sure not only $GOPATH but also $GOPATH/bin are in your system $PATH, otherwise staticcheck would fail.
Set environment variables
export DOCKER_HUB_REPO=<eg. mybuildx>make container deploy