Skip to content

Commit

Permalink
Enabled verbose logging for dev guide. (#504)
Browse files Browse the repository at this point in the history
This can help dev to check more detail for what is wrong with
`dep ensure` if there are some errors.
  • Loading branch information
gyliu513 authored and k8s-ci-robot committed May 13, 2019
1 parent 9ebbc79 commit dee0e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Pull in the dependencies

```
dep ensure --vendor-only
dep ensure --vendor-only -v
```

You can build all images from source.
Expand All @@ -25,6 +25,6 @@ You can build all images from source.
Suggestion API is defined as GRPC service at `pkg/api/v1alpha1/api.proto`. Source code is [here](https://github.com/kubeflow/katib/blob/master/pkg/api/v1alpha1/api.proto). You can attach new algorithm easily.

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

And to add new suggestion service, you don't need to stop components ( vizier-core, modeldb, and anything) that are already running.

0 comments on commit dee0e48

Please sign in to comment.