Operator to manage storage cluster in Kubernetes
git clone git@github.com:libopenstorage/operator.git
cd operator
make downloads all
Troubleshooting:
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 assembly
try 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