Skip to content

Commit ba32591

Browse files
Merge pull request #736 from jasonnovichRunAI/v2.17-RUN-14773-ConfigMap-flag-in-CLI
RUN-14773 add configmap cli command
2 parents 70403cf + 823eaa0 commit ba32591

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

docs/Researcher/cli-reference/runai-submit-dist-TF.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ runai submit-dist tf --name distributed-job --workers=2 -g 1 \
273273
>
274274
> Mount /root/data to NFS path /public/data on NFS server nfs.example.com for read-write access.
275275
276+
#### --configmap-volume name=<name of configmap>,path=<path to mount> ...'
277+
278+
> Mount a `ConfigMap` object for use as a data volume.
279+
276280
### Network
277281

278282
#### --address `<string>`

docs/Researcher/cli-reference/runai-submit-dist-mpi.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,10 @@ You can start an unattended mpi training Job of name dist1, based on Project *te
276276
>
277277
> Mount /root/data to NFS path /public/data on NFS server nfs.example.com for read-write access.
278278
279+
#### --configmap-volume name=<name of configmap>,path=<path to mount> ...'
280+
281+
> Mount a `ConfigMap` object for use as a data volume.
282+
279283
### Network
280284

281285
#### --address `<string>`

docs/Researcher/cli-reference/runai-submit-dist-pytorch.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,10 @@ runai submit-dist pytorch --name distributed-job --workers=2 -g 1 \
280280
>
281281
> Mount /root/data to NFS path /public/data on NFS server nfs.example.com for read-write access.
282282
283+
#### --configmap-volume name=<name of configmap>,path=<path to mount> ...'
284+
285+
> Mount a `ConfigMap` object for use as a data volume.
286+
283287
### Network
284288

285289
#### --address `<string>`

docs/Researcher/cli-reference/runai-submit-dist-xgboost.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,10 @@ runai submit-dist xgboost --name distributed-job --workers=2 -g 1 \
268268
>
269269
> Mount /root/data to NFS path /public/data on NFS server nfs.example.com for read-write access.
270270
271+
#### --configmap-volume name=<name of configmap>,path=<path to mount> ...'
272+
273+
> Mount a `ConfigMap` object for use as a data volume.
274+
271275
### Network
272276

273277
#### --address `<string>`

docs/Researcher/cli-reference/runai-submit.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,10 @@ runai submit --job-name-prefix -i gcr.io/run-ai-demo/quickstart -g 1
346346
>
347347
> Mount /root/data to NFS path /public/data on NFS server nfs.example.com for read-write access.
348348
349+
#### --configmap-volume name=<name of configmap>,path=<path to mount> ...'
350+
351+
> Mount a `ConfigMap` object for use as a data volume.
352+
349353
### Network
350354

351355
<!--

0 commit comments

Comments
 (0)