I am trying to install kubernetes operator on linux machine as it has corporate proxy its unable to download packages.
followed below link to install. https://www.velotio.com/engineering-blog/getting-started-with-kubernetes-operators-helm-based-part-1
commands: go get -d github.com/operator-framework/operator-sdk
cd $GOPATH/src/github.com/operator-framework/operator-sdk
git checkout master
make dep
make install
failing at make install
please let me know how to configure proxy