Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/deploy/helm-config-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@
- ``type: gcs``: Checkpoints are stored on Google Cloud Storage (GCS). Authentication is done
using GCP's "`Application Default Credentials
<https://googleapis.dev/python/google-api-core/latest/auth.html>`__" 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
<https://cloud.google.com/docs/authentication/provide-credentials-adc#attached-sa>`__ to your
<https://cloud.google.com/docs/authentication/set-up-adc-attached-service-account>`__ 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
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/deploy/master-config-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://cloud.google.com/docs/authentication/provide-credentials-adc#attached-sa>`__ to your
<https://cloud.google.com/docs/authentication/set-up-adc-attached-service-account>`__ 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.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/experiment-config-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://cloud.google.com/docs/authentication/provide-credentials-adc#attached-sa>`__ to your
<https://cloud.google.com/docs/authentication/set-up-adc-attached-service-account>`__ 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.
Expand Down
3 changes: 2 additions & 1 deletion docs/setup-cluster/mldes/_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down