From 4f43ad659b73e8bfb412767ffb0a324124b2a6d9 Mon Sep 17 00:00:00 2001 From: a9p <58503488+a9p@users.noreply.github.com> Date: Tue, 15 Feb 2022 00:10:55 -0800 Subject: [PATCH] docs: update README.md * Closes #1963 * Remove unused MPI reference (PR #2119) --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 155b1301c5..b8a2baec5b 100644 --- a/README.md +++ b/README.md @@ -329,14 +329,6 @@ Install the Training Operator official Kubeflow component: kustomize build apps/training-operator/upstream/overlays/kubeflow | kubectl apply -f - ``` -#### MPI Operator - -Install the MPI Operator official Kubeflow component: - -```sh -kustomize build apps/mpi-job/upstream/overlays/kubeflow | kubectl apply -f - -``` - #### User Namespace Finally, create a new namespace for the the default user (named `kubeflow-user-example-com`). @@ -376,7 +368,7 @@ After running the command, you can access the Kubeflow Central Dashboard by doin In order to connect to Kubeflow using NodePort / LoadBalancer / Ingress, you need to setup HTTPS. The reason is that many of our web apps (e.g., Tensorboard Web App, Jupyter Web App, Katib UI) use [Secure Cookies](https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#restrict_access_to_cookies), so accessing Kubeflow with HTTP over a non-localhost domain does not work. -Exposing your Kubeflow cluster with proper HTTPS is a process heavily dependent on your environment. For this reason, please take a look at the available Kubeflow distributions, which are targeted to specific environments, and select the one that fits your needs. +Exposing your Kubeflow cluster with proper HTTPS is a process heavily dependent on your environment. For this reason, please take a look at the available [Kubeflow distributions](https://www.kubeflow.org/docs/started/installing-kubeflow/#install-a-packaged-kubeflow-distribution), which are targeted to specific environments, and select the one that fits your needs. --- **NOTE**