From 02a88c82e15fa76334119e298849f37c720a96a3 Mon Sep 17 00:00:00 2001 From: Andrey Velichkevich Date: Mon, 24 Jul 2023 20:31:08 +0100 Subject: [PATCH] Fix UI Developer doc --- pkg/ui/v1beta1/README.md | 4 +++- pkg/ui/v1beta1/frontend/.gitignore | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg/ui/v1beta1/README.md b/pkg/ui/v1beta1/README.md index 81fa1ad5f56..867a2dba290 100755 --- a/pkg/ui/v1beta1/README.md +++ b/pkg/ui/v1beta1/README.md @@ -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 ` 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 diff --git a/pkg/ui/v1beta1/frontend/.gitignore b/pkg/ui/v1beta1/frontend/.gitignore index b856ead6f86..b5de1063115 100644 --- a/pkg/ui/v1beta1/frontend/.gitignore +++ b/pkg/ui/v1beta1/frontend/.gitignore @@ -53,4 +53,4 @@ Thumbs.db # Cypress cypress/screenshots -cypress/downloads \ No newline at end of file +cypress/downloads