You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# run the following command twice if the CRDs take too long to provision
59
+
while! kustomize build ${MLX_DEPLOYMENT_TYPE}| \
60
+
kubectl apply -f -;doecho"Retrying to apply resources"; sleep 10;done
38
61
```
39
62
40
63
Then access the MLX web page on http://<cluster_node_ip>:30380/mlx/
@@ -44,14 +67,16 @@ This MLX deployment doesn't include or support:
44
67
- Multi-user mode
45
68
- Istio mutual TLS
46
69
47
-
To get these features, please install the additional plugins by following the instructions for [MLX deployment an existing Kubeflow cluster](/docs/install-mlx-on-kubeflow.md#deploy-mlx-on-an-existing-kubeflow-cluster).
70
+
To get those features, please install the additional plugins by following the instructions for
71
+
[MLX deployment an existing Kubeflow cluster](/docs/install-mlx-on-kubeflow.md#deploy-mlx-on-an-existing-kubeflow-cluster).
48
72
49
-
## Delete the MLX deployment
73
+
74
+
## Deleting the MLX Deployment
50
75
51
76
To delete this MLX deployment, run the following commands in the same manifests folder.
0 commit comments