Unable to connect to Go proxy from Kubernetes cluster with "go mod vendor"

1/21/2021

The following error is occurring when go mod vendor is run from pod cli in kubernetes cluster.

Get "https://proxy.golang.org/github.com/google/uuid/@v/v1.1.2.mod": dial tcp: lookup proxy.golang.org on XX.X.X.XX:53: server misbehaving

When the same command is run on the command prompt in the same machine, it is downloading the packages.

-- Raviteja
go
hyperledger-chaincode
hyperledger-fabric
kubernetes

0 Answers