From 67998d9e1d6cc972cf158f5f294978b49e803bd8 Mon Sep 17 00:00:00 2001 From: Jerry Gong Date: Tue, 11 Mar 2025 14:47:39 -0400 Subject: [PATCH 1/3] docs: add warning to the obsolete docs --- docs/setup-cluster/mldes/_index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/setup-cluster/mldes/_index.rst b/docs/setup-cluster/mldes/_index.rst index ddf6da934fc..437463ab4d0 100644 --- a/docs/setup-cluster/mldes/_index.rst +++ b/docs/setup-cluster/mldes/_index.rst @@ -6,7 +6,8 @@ .. attention:: - MLDES only supports Determined Enterprise Edition. + MLDE Managed Service has been discontinued. This page is now obsolete but is left here for + historical reasons. ********** Overview From 8d2e79edbeb86e4f42fa767c0976679fd956ae61 Mon Sep 17 00:00:00 2001 From: Jerry Gong Date: Tue, 11 Mar 2025 15:16:20 -0400 Subject: [PATCH 2/3] pass link check --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 5a49827d411..e64d1cae733 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -168,6 +168,7 @@ def setup(app): r"^http://127.0.0.1", r"^\.\./", "https://www.hpe.com/us/en/hpe-machine-learning-development-environment.html", + r"https://mldes\.ext\.hpe\.com.*", ] linkcheck_timeout = 20 From 4df3fe43ec1c6ffcf26be2550e341c62f595454e Mon Sep 17 00:00:00 2001 From: Jerry Gong Date: Tue, 11 Mar 2025 15:40:31 -0400 Subject: [PATCH 3/3] update links in docs --- docs/reference/deploy/helm-config-reference.rst | 4 ++-- docs/reference/deploy/master-config-reference.rst | 2 +- docs/reference/experiment-config-reference.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/deploy/helm-config-reference.rst b/docs/reference/deploy/helm-config-reference.rst index 5548c9ce93f..29cc4ffc2c4 100644 --- a/docs/reference/deploy/helm-config-reference.rst +++ b/docs/reference/deploy/helm-config-reference.rst @@ -122,11 +122,11 @@ - ``type: gcs``: Checkpoints are stored on Google Cloud Storage (GCS). Authentication is done using GCP's "`Application Default Credentials `__" approach. When using - Determined inside Google Kubernetes Engine (GCE), the simplest approach is to ensure that the + Determined inside Google Kubernetes Engine (GKE), the simplest approach is to ensure that the nodes used by Determined are running in a service account that has the "Storage Object Admin" role on the GCS bucket being used for checkpoints. As an alternative (or when running outside of GKE), you can add the appropriate `service account credentials - `__ to your + `__ to your container (e.g., via a bind-mount), and then set the ``GOOGLE_APPLICATION_CREDENTIALS`` environment variable to the container path where the credentials are located. See :ref:`environment-variables` for more information on how to set environment variables in trial diff --git a/docs/reference/deploy/master-config-reference.rst b/docs/reference/deploy/master-config-reference.rst index 7175f8cea69..27aa129d45d 100644 --- a/docs/reference/deploy/master-config-reference.rst +++ b/docs/reference/deploy/master-config-reference.rst @@ -1311,7 +1311,7 @@ inside Google Compute Engine (GCE), the simplest approach is to ensure that the Determined are running in a service account that has the "Storage Object Admin" role on the GCS bucket being used for checkpoints. As an alternative (or when running outside of GCE), you can add the appropriate `service account credentials -`__ to your +`__ to your container (e.g., via a bind-mount), and then set the ``GOOGLE_APPLICATION_CREDENTIALS`` environment variable to the container path where the credentials are located. See :ref:`environment-variables` for more information on how to set environment variables in trial environments. diff --git a/docs/reference/experiment-config-reference.rst b/docs/reference/experiment-config-reference.rst index 6b3222b2581..bd70226af17 100644 --- a/docs/reference/experiment-config-reference.rst +++ b/docs/reference/experiment-config-reference.rst @@ -522,7 +522,7 @@ inside Google Compute Engine (GCE), the simplest approach is to ensure that the Determined are running in a service account that has the "Storage Object Admin" role on the GCS bucket being used for checkpoints. As an alternative (or when running outside of GCE), you can add the appropriate `service account credentials -`__ to your +`__ to your container (e.g., via a bind-mount), and then set the ``GOOGLE_APPLICATION_CREDENTIALS`` environment variable to the container path where the credentials are located. See :ref:`environment-variables` for more details on how to set environment variables in containers.