You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,7 @@ make build
34
34
### Build images
35
35
36
36
```console
37
-
build docker/proxy-server
38
-
build docker/proxy-agent
37
+
make docker-build
39
38
```
40
39
41
40
## Examples
@@ -114,14 +113,3 @@ See following [README.md](examples/kubernetes/README.md)
114
113
### Clients
115
114
116
115
`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
0 commit comments