From 3d764abeff8faba93792c288706a2edd75623dd1 Mon Sep 17 00:00:00 2001 From: Rafael Vasquez Date: Mon, 14 Feb 2022 13:27:56 -0500 Subject: [PATCH 1/4] Replace /os with /mlx Signed-off-by: Rafael Vasquez --- README.md | 2 +- dashboard/origin-mlx/mlx-ui.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f17e2550..c5ea4bb2 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ For a full deployment, we use [Kubeflow Kfctl](https://github.com/kubeflow/kfctl ## 2. Access the MLX UI -1. By default the MLX UI is available at :30380/os +1. By default the MLX UI is available at :30380/mlx To find the public ip of a node of your cluster diff --git a/dashboard/origin-mlx/mlx-ui.yaml b/dashboard/origin-mlx/mlx-ui.yaml index 07762ab0..121d443d 100644 --- a/dashboard/origin-mlx/mlx-ui.yaml +++ b/dashboard/origin-mlx/mlx-ui.yaml @@ -38,7 +38,7 @@ spec: - name: REACT_APP_UPLOAD value: "true" - name: REACT_APP_BASE_PATH - value: /os + value: /mlx ports: - containerPort: 3000 serviceAccountName: mlx-ui @@ -92,9 +92,9 @@ spec: http: - match: - uri: - prefix: /os + prefix: /mlx rewrite: - uri: /os + uri: /mlx route: - destination: host: mlx-ui.kubeflow.svc.cluster.local From 56110e45321b7db75bd585083bd14f46bffd8dad Mon Sep 17 00:00:00 2001 From: Rafael Vasquez Date: Wed, 16 Feb 2022 11:23:05 -0500 Subject: [PATCH 2/4] Update documentation Signed-off-by: Rafael Vasquez --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c5ea4bb2..bcd23a6c 100644 --- a/README.md +++ b/README.md @@ -50,16 +50,15 @@ For a full deployment, we use [Kubeflow Kfctl](https://github.com/kubeflow/kfctl ## 2. Access the MLX UI -1. By default the MLX UI is available at :30380/mlx +By default, the MLX UI is available at :30380/mlx -To find the public ip of a node of your cluster +**If you deployed on a Kubernetes cluster, run the following and look for the ExternalIP column to find the public IP of a node.** ```bash kubectl get node -o wide ``` -Look for the ExternalIP column. -2. If you are on a openshift cluster you can also make use of the IstioIngresGateway Route. You can find it in the OpenShift Console or in the CLI +**If you deployed using OpenShift, you can use IstioIngresGateway Route. You can find it in the OpenShift Console or using the CLI.** ```bash oc get route -n istio-system From 69bca29a6ef933d7f233c51957b9f67690ef4ed7 Mon Sep 17 00:00:00 2001 From: Rafael Vasquez Date: Wed, 16 Feb 2022 11:25:58 -0500 Subject: [PATCH 3/4] Update default path Signed-off-by: Rafael Vasquez --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcd23a6c..fceda339 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ For a full deployment, we use [Kubeflow Kfctl](https://github.com/kubeflow/kfctl ## 2. Access the MLX UI -By default, the MLX UI is available at :30380/mlx +By default, the MLX UI is available at http://:30380/mlx/ **If you deployed on a Kubernetes cluster, run the following and look for the ExternalIP column to find the public IP of a node.** From 2ce8183a0ae4c001c3e98d86fa64f3f517aaa975 Mon Sep 17 00:00:00 2001 From: Rafael Vasquez Date: Wed, 16 Feb 2022 14:12:53 -0500 Subject: [PATCH 4/4] Update documentation Signed-off-by: Rafael Vasquez --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fceda339..d2b0773c 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,13 @@ For a full deployment, we use [Kubeflow Kfctl](https://github.com/kubeflow/kfctl By default, the MLX UI is available at http://:30380/mlx/ -**If you deployed on a Kubernetes cluster, run the following and look for the ExternalIP column to find the public IP of a node.** +If you deployed on a **Kubernetes** cluster, run the following and look for the External-IP column to find the public IP of a node. ```bash kubectl get node -o wide ``` -**If you deployed using OpenShift, you can use IstioIngresGateway Route. You can find it in the OpenShift Console or using the CLI.** +If you deployed using **OpenShift**, you can use IstioIngresGateway Route. You can find it in the OpenShift Console or using the CLI. ```bash oc get route -n istio-system