Skip to content

Commit 8c149e5

Browse files
author
jiwenkang
committed
fix bugs
1 parent a86eaf4 commit 8c149e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/kind.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ For OVN kubernetes KIND deployment, use the `kind.sh` script.
2626
First Download and build the OVN-Kubernetes repo:
2727
2828
```
29-
$ go get github.com/ovn-org/ovn-kubernetes; cd GOPATH/src/github.com/ovn-org/ovn-kubernetes
29+
$ 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
3031
```
3132
3233
The `kind.sh` script builds OVN-Kubernetes into a container image. To verify

0 commit comments

Comments
 (0)