Skip to content

Commit

Permalink
Adds docs on how to use within KF (#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-vas authored Jun 15, 2021
1 parent 6ef600c commit 08d9497
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions operators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,9 @@ available charm run:


juju deploy foo --channel=edge

### 6. (optional) Relate the Katib bundle with your Kubeflow

If you aim to use Katib within an existing Kubeflow deploymemnt in order to use it within the Kubeflow dashboard, you will have to integrate `katib-ui` to `istio-pilot` with the following command:

juju relate istio-pilot katib-ui

0 comments on commit 08d9497

Please sign in to comment.