Skip to content

Commit

Permalink
Fix UI Developer doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Jul 24, 2023
1 parent f73d92d commit 02a88c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pkg/ui/v1beta1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ After that, you can access the UI using this URL: `http://localhost:8080/katib/`

To run Katib UI in Production, after all changes in frontend and backend, you need to create an image for the UI. Under `/katib` directory run this: `docker build . -f cmd/ui/v1beta1/Dockerfile -t <name of your image>` to build the image.

After that, you can modify UI [deployment](https://github.com/kubeflow/katib/blob/master/manifests/v1beta1/components/ui/ui.yaml#L21) with your new image. Then, follow [these steps](https://www.kubeflow.org/docs/components/katib/hyperparameter/#accessing-the-katib-ui) to access Katib UI.
After that, you can modify the [UI Deployment](../../../manifests/v1beta1/components/ui/ui.yaml) with
your new image. Then, follow
[these steps](https://www.kubeflow.org/docs/components/katib/hyperparameter/#accessing-the-katib-ui) to access Katib UI.

## Code style

Expand Down
2 changes: 1 addition & 1 deletion pkg/ui/v1beta1/frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Thumbs.db

# Cypress
cypress/screenshots
cypress/downloads
cypress/downloads

0 comments on commit 02a88c8

Please sign in to comment.