Search code examples
linkerd

Unable to install namerctl


I have the following version of go on my ubuntu, I am unable to install namerd, Please find the image below.

go version go1.6 linux/amd64

enter image description here


Solution

  • Running go get -u github.com/linkerd/namerctl will install the executable into your $GOPATH/bin directory. You need to make sure that directory is included in your shell's $PATH in order to use namerctl from the command line.