Skip to content

Commit c8dce94

Browse files
committed
proj-dept
1 parent eddc16e commit c8dce94

20 files changed

+21
-22
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ runai submit-dist tf --name distributed-job --workers=2 -g 1 \
342342
#### --node-pools `<string>`
343343

344344
> Instructs the scheduler to run this workload using specific set of nodes which are part of a [Node Pool](../../Researcher/scheduling/the-runai-scheduler.md#). You can specify one or more node pools to form a prioritized list of node pools that the scheduler will use to find one node pool that can provide the workload's specification. To use this feature your Administrator will need to label nodes as explained here: [Limit a Workload to a Specific Node Group](../../admin/researcher-setup/limit-to-node-group.md) or use existing node labels, then create a node-pool and assign the label to the node-pool.
345-
> This flag can be used in conjunction with node-type and Project-based affinity. In this case, the flag is used to refine the list of allowable node groups set from a node-pool. For more information see: [Working with Projects](../../admin/admin-ui-setup/project-setup.md).
345+
> This flag can be used in conjunction with node-type and Project-based affinity. In this case, the flag is used to refine the list of allowable node groups set from a node-pool. For more information see: [Working with Projects](../../admin/aiinitiatives/org/projects.md).
346346
347347
#### --node-type `<string>`
348348

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ You can start an unattended mpi training Job of name dist1, based on Project *te
341341
#### --node-pools `<string>`
342342

343343
> Instructs the scheduler to run this workload using specific set of nodes which are part of a [Node Pool](../../Researcher/scheduling/the-runai-scheduler.md#). You can specify one or more node pools to form a prioritized list of node pools that the scheduler will use to find one node pool that can provide the workload's specification. To use this feature your Administrator will need to label nodes as explained here: [Limit a Workload to a Specific Node Group](../../admin/researcher-setup/limit-to-node-group.md) or use existing node labels, then create a node-pool and assign the label to the node-pool.
344-
> This flag can be used in conjunction with node-type and Project-based affinity. In this case, the flag is used to refine the list of allowable node groups set from a node-pool. For more information see: [Working with Projects](../../admin/admin-ui-setup/project-setup.md).
344+
> This flag can be used in conjunction with node-type and Project-based affinity. In this case, the flag is used to refine the list of allowable node groups set from a node-pool. For more information see: [Working with Projects](../../admin/admin-ui-setup/).
345345
346346
#### --node-type `<string>`
347347

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ runai submit-dist pytorch --name distributed-job --workers=2 -g 1 \
349349
#### --node-pools `<string>`
350350

351351
> Instructs the scheduler to run this workload using specific set of nodes which are part of a [Node Pool](../../Researcher/scheduling/the-runai-scheduler.md#). You can specify one or more node pools to form a prioritized list of node pools that the scheduler will use to find one node pool that can provide the workload's specification. To use this feature your Administrator will need to label nodes as explained here: [Limit a Workload to a Specific Node Group](../../admin/researcher-setup/limit-to-node-group.md) or use existing node labels, then create a node-pool and assign the label to the node-pool.
352-
> This flag can be used in conjunction with node-type and Project-based affinity. In this case, the flag is used to refine the list of allowable node groups set from a node-pool. For more information see: [Working with Projects](../../admin/admin-ui-setup/project-setup.md).
352+
> This flag can be used in conjunction with node-type and Project-based affinity. In this case, the flag is used to refine the list of allowable node groups set from a node-pool. For more information see: [Working with Projects](../../admin/aiinitiatives/org/projects.md).
353353
354354
#### --node-type `<string>`
355355

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ runai submit-dist xgboost --name distributed-job --workers=2 -g 1 \
333333
#### --node-pools `<string>`
334334

335335
> Instructs the scheduler to run this workload using specific set of nodes which are part of a [Node Pool](../../Researcher/scheduling/the-runai-scheduler.md#). You can specify one or more node pools to form a prioritized list of node pools that the scheduler will use to find one node pool that can provide the workload's specification. To use this feature your Administrator will need to label nodes as explained here: [Limit a Workload to a Specific Node Group](../../admin/researcher-setup/limit-to-node-group.md) or use existing node labels, then create a node-pool and assign the label to the node-pool.
336-
> This flag can be used in conjunction with node-type and Project-based affinity. In this case, the flag is used to refine the list of allowable node groups set from a node-pool. For more information see: [Working with Projects](../../admin/admin-ui-setup/project-setup.md).
336+
> This flag can be used in conjunction with node-type and Project-based affinity. In this case, the flag is used to refine the list of allowable node groups set from a node-pool. For more information see: [Working with Projects](../../admin/aiinitiatives/org/projects.md).
337337
338338
#### --node-type `<string>`
339339

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ runai submit --job-name-prefix -i gcr.io/run-ai-demo/quickstart -g 1
407407
#### --node-pools `<string>`
408408

409409
> Instructs the scheduler to run this workload using specific set of nodes which are part of a [Node Pool](../../Researcher/scheduling/the-runai-scheduler.md#). You can specify one or more node pools to form a prioritized list of node pools that the scheduler will use to find one node pool that can provide the workload's specification. To use this feature your Administrator will need to label nodes as explained here: [Limit a Workload to a Specific Node Group](../../admin/researcher-setup/limit-to-node-group.md) or use existing node labels, then create a node-pool and assign the label to the node-pool.
410-
> This flag can be used in conjunction with node-type and Project-based affinity. In this case, the flag is used to refine the list of allowable node groups set from a node-pool. For more information see: [Working with Projects](../../admin/admin-ui-setup/project-setup.md).
410+
> This flag can be used in conjunction with node-type and Project-based affinity. In this case, the flag is used to refine the list of allowable node groups set from a node-pool. For more information see: [Working with Projects](../../admin/aiinitiatives/org/projects.md).
411411
412412
#### --node-type `<string>`
413413

docs/Researcher/scheduling/the-runai-scheduler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Projects are quota entities that associate a Project name with a **deserved** GP
2222

2323
A Researcher submitting a workload must associate a Project with any workload request. The Run:ai scheduler will then compare the request against the current allocations and the Project's deserved quota and determine whether the workload can be allocated with resources or whether it should remain in a pending state.
2424

25-
For further information on Projects and how to configure them, see: [Working with Projects](../../admin/admin-ui-setup/project-setup.md)
25+
For further information on Projects and how to configure them, see: [Working with Projects](../../admin/aiinitiatives/org/projects.md)
2626

2727
### Departments
2828

2929
A *Department* is the second hierarchy of resource allocation above *Project*. A Department quota supersedes a Project quota in the sense that if the sum of Project quotas for Department A exceeds the Department quota -- the scheduler will use the Department quota rather than the Projects' quota.
3030

31-
For further information on Departments and how to configure them, see: [Working with Departments](../../admin/admin-ui-setup/department-setup.md)
31+
For further information on Departments and how to configure them, see: [Working with Departments](../../admin/aiinitiatives/org/departments.md)
3232

3333
### Pods
3434

docs/Researcher/user-interface/workspaces/create/workspace-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ date: 2024-Jan-7
99
A Workspace is assigned to a project and is affected by the project’s quota just like any other workload. A workspace is shared with all project members for collaboration.
1010

1111
!!! Note
12-
* You must have at least one project configured in the system. To configure a project, see [Creating a project](../../../../admin/admin-ui-setup/project-setup.md#create-a-project).
12+
* You must have at least one project configured in the system. To configure a project, see [Creating a project](../../../../admin/aiinitiatives/org/projects.md#adding-a-new-project).
1313
* You must have at least 1 researcher assigned to the project.
1414

1515
Use the *Jobs form* below if you have not enabled the *Workloads* feature.

docs/admin/admin-ui-setup/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Run:ai provides a single user interface that, depending on your role, serves bot
55
The control-plane part of the tool allows the administrator to:
66

77
* Analyze cluster status using [dashboards](dashboard-analysis.md).
8-
* Manage Run:ai metadata such as [users](admin-ui-users.md), [departments](department-setup.md), and [projects](project-setup.md).
98
* View Job details to be able to help researchers solve Job-related issues.
109

1110
The researcher workbench part of the tool allows Researchers to submit, delete and pause [Jobs](jobs.md), view Job logs etc.

docs/admin/researcher-setup/limit-to-node-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ See the [runai submit](../../Researcher/cli-reference/runai-submit.md) documenta
9090

9191
Node Pools are automatically assigned to all Projects and Departments with zero resource allocation as default. Allocating resources to a node pool can be done for each Project and Department. Submitting a workload to a node pool that has zero allocation for a specific project (or department) results in that workload running as an over-quota workload.
9292

93-
To assign and configure specific node affinity groups or node pools to a Project see [working with Projects](../admin-ui-setup/project-setup.md).
93+
To assign and configure specific node affinity groups or node pools to a Project see [working with Projects](../aiinitiatives/org/projects.md).
9494

9595
When the command-line interface flag is used in conjunction with Project-based affinity, the flag is used to refine the list of allowable node groups set in the Project.

docs/admin/researcher-setup/researcher-setup-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Run:ai CLI needs to be installed on the Researcher's machine. This [document](cl
1414

1515
## Provide the Researcher with a GPU Quota
1616

17-
To submit workloads with Run:ai, the Researcher must be provided with a _Project_ that contains a GPU quota. Please see [Working with Projects](../admin-ui-setup/project-setup.md) document on how to create Projects and set a quota.
17+
To submit workloads with Run:ai, the Researcher must be provided with a _Project_ that contains a GPU quota. Please see [Working with Projects](../aiinitiatives/org/projects.md) document on how to create Projects and set a quota.
1818

1919
## Provide access to the Run:ai User Interface
2020

0 commit comments

Comments
 (0)