We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86eaf4 commit 8c149e5Copy full SHA for 8c149e5
docs/kind.md
@@ -26,7 +26,8 @@ For OVN kubernetes KIND deployment, use the `kind.sh` script.
26
First Download and build the OVN-Kubernetes repo:
27
28
```
29
-$ go get github.com/ovn-org/ovn-kubernetes; cd GOPATH/src/github.com/ovn-org/ovn-kubernetes
+$ go env -w GO111MODULE=auto
30
+$ go get github.com/ovn-org/ovn-kubernetes; cd $(go env GOPATH)/src/github.com/ovn-org/ovn-kubernetes
31
32
33
The `kind.sh` script builds OVN-Kubernetes into a container image. To verify
0 commit comments