git clone https://github.com/wangzewang/nfs_exporter.git $GOPATH/src/github.com/wangzewang/nfs_exporter
cd $GOPATH/src/github.com/wangzewang/nfs_exporter/
go mod vendor
CGO_ENABLED=0 go build .
docker build --network=host .
# Push the docker image to your registry and change config in yaml folder
# then deploy nfs exporter to kubernetes
kubectl apply -f ./yaml