Skip to content

Commit

Permalink
Update helm chart config ref (#8762)
Browse files Browse the repository at this point in the history
Update helm chart configuration reference to support #8741 as described in the 0.27.1 release notes.
  • Loading branch information
tara-det-ai authored Jan 26, 2024
1 parent 5973f8e commit 56406a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/reference/deploy/helm-config-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@
- ``hostPath``: The file system path on each node to use. This directory will be mounted to
``/determined_shared_fs`` inside the trial pod.

- ``mountToServer``: Allows users to download checkpoints.

- ``false``: Default.
- ``true``: Mounts the shared directory on the server to allow ``checkpoint.download()``
to work.

- ``type: directory``: Checkpoints are written to a local directory in the task container. Users
are responsible for mounting a persistent storage at this path, e.g., a shared PVC using
``pod_spec`` configuration.
Expand Down

0 comments on commit 56406a2

Please sign in to comment.