Skip to content

Commit e429016

Browse files
committed
update docs to remove vendor
1 parent 4ad355b commit e429016

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ make build
3434
### Build images
3535

3636
```console
37-
build docker/proxy-server
38-
build docker/proxy-agent
37+
make docker-build
3938
```
4039

4140
## Examples
@@ -114,14 +113,3 @@ See following [README.md](examples/kubernetes/README.md)
114113
### Clients
115114

116115
`apiserver-network-proxy` components are intended to run as standalone binaries and should not be imported as a library. Clients communicating with the network proxy can import the `konnectivity-client` module.
117-
118-
## Troubleshoot
119-
120-
### Undefined ProtoPackageIsVersion3
121-
As explained in https://github.com/golang/protobuf/issues/763#issuecomment-442767135,
122-
protoc-gen-go binary has to be built from the vendored version:
123-
124-
```console
125-
go install ./vendor/github.com/golang/protobuf/protoc-gen-go
126-
make gen
127-
```

0 commit comments

Comments
 (0)