mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #78798 from distortedsignal/default-use-mod
Force using Go Modules in README.md
This commit is contained in:
commit
6bba811f5e
@ -31,7 +31,7 @@ This is an example of how to build a kubectl plugin using the same set of tools
|
||||
|
||||
```sh
|
||||
# assumes you have a working KUBECONFIG
|
||||
$ go build cmd/kubectl-ns.go
|
||||
$ GO111MODULE="on" go build cmd/kubectl-ns.go
|
||||
# place the built binary somewhere in your PATH
|
||||
$ cp ./kubectl-ns /usr/local/bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user