Skip to content

Commit

Permalink
Fix path to api protobuf (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich authored and k8s-ci-robot committed Mar 1, 2019
1 parent 4d8c599 commit db6b83b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ You can build all images from source.

## Implement new suggestion algorithm

Suggestion API is defined as GRPC service at `API/api.proto`.
You can attach new algorithm easily.
Suggestion API is defined as GRPC service at `pkg/api/api.proto`. Source code is [here](https://github.com/kubeflow/katib/blob/master/pkg/api/api.proto). You can attach new algorithm easily.

- implement suggestion API
- make k8s service named vizier-suggestion-{ algorithm-name } and expose port 6789
Expand Down

0 comments on commit db6b83b

Please sign in to comment.