Skip to content

Commit fc09c0d

Browse files
committed
fixes
1 parent 19bb7fc commit fc09c0d

File tree

17 files changed

+20
-21
lines changed

17 files changed

+20
-21
lines changed

docs/Researcher/Walkthroughs/quickstart-inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To complete this Quickstart you must have:
1212

1313
* Run:ai software installed on your Kubernetes cluster. See: [Installing Run:ai on a Kubernetes Cluster](../../admin/runai-setup/installation-types.md). There are additional prerequisites for running inference. See [cluster installation prerequisites](../../admin/runai-setup/cluster-setup/cluster-prerequisites.md#inference) for more information.
1414
* Run:ai CLI installed on your machine. See: [Installing the Run:ai Command-Line Interface](../../admin/researcher-setup/cli-install.md)
15-
* You must have *ML Engineer* access rights. See [Adding, Updating and Deleting Users](../../admin/admin-ui-setup/admin-ui-users.md) for more information.
15+
* You must have *ML Engineer* access rights. See [Adding, Updating and Deleting Users](../../admin/runai-setup/authentication/users.md) for more information.
1616

1717
## Step by Step Walkthrough
1818

docs/Researcher/user-interface/workspaces/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Researchers can only view and use workspaces that are created under projects the
1717

1818
![](img/1-Workspaces-grid.png)
1919

20-
Workspaces can be created with just a few clicks of a button. See [Workspace creation](create/workspace.md).
20+
Workspaces can be created with just a few clicks of a button. See [Workspace creation](create/workspace-v2.md).
2121

2222
Workspaces can be stopped and started to save expensive resources without losing complex environment configurations.
2323

docs/admin/aiinitiatives/org/departments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ To create a new access rule for a department:
112112
3. Click +ACCESS RULE
113113
4. Select a subject
114114
5. Select or enter the subject identifier:
115-
* User Email for a local user created in Run:ai or for SSO user as recognized by the IDP
116-
* Group name as recognized by the IDP
117-
* Application name as created in Run:ai
115+
* User Email for a local user created in Run:ai or for SSO user as recognized by the IDP
116+
* Group name as recognized by the IDP
117+
* Application name as created in Run:ai
118118
6. Select a role
119119
7. Click SAVE RULE
120120
8. Click CLOSE

docs/admin/aiinitiatives/org/projects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ To create a new access rule for a project:
171171
3. Click +ACCESS RULE
172172
4. Select a subject
173173
5. Select or enter the subject identifier:
174-
1. User Email for a local user created in Run:ai or for SSO user as recognized by the IDP
175-
2. Group name as recognized by the IDP
176-
3. Application name as created in Run:ai
174+
1. User Email for a local user created in Run:ai or for SSO user as recognized by the IDP
175+
2. Group name as recognized by the IDP
176+
3. Application name as created in Run:ai
177177
6. Select a role
178178
7. Click SAVE RULE
179179
8. Click CLOSE

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To submit workloads with Run:ai, the Researcher must be provided with a _Project
1818

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

21-
See [Setting up users](../admin-ui-setup/admin-ui-users.md) for further information on how to provide access to users.
21+
See [Setting up users](../runai-setup/authentication/users.md) for further information on how to provide access to users.
2222

2323
## Schedule an Onboarding Session
2424

docs/admin/runai-setup/cluster-setup/cluster-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To perform these tasks. See [Set Node Roles](../config/node-roles.md).
8787

8888
## Next Steps
8989

90-
* Set up Run:ai Users [Working with Users](../../admin-ui-setup/admin-ui-users.md).
90+
* Set up Run:ai Users [Working with Users](../../runai-setup/authentication/users.md).
9191
* Set up Projects for Researchers [Working with Projects](../../aiinitiatives/org/projects.md).
9292
* Set up Researchers to work with the Run:ai Command-line interface (CLI). See [Installing the Run:ai Command-line Interface](../../researcher-setup/cli-install.md) on how to install the CLI for users.
9393
* Review [advanced setup and maintenance](../config/overview.md) scenarios.

docs/admin/runai-setup/cluster-setup/cluster-prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Run:ai requires Kubernetes. Run:ai is been certified with the following Kubernet
3737

3838
| Kubernetes Distribution | Description | Installation Notes |
3939
|-----------------------------------|-------------|--------------------|
40-
| Vanilla Kubernetes | Using no specific distribution but rather k8s vanilla installation | See instructions for a simple (non-production-ready) [Kubernetes Installation](install-k8s.md) script. |
40+
| Vanilla Kubernetes | Using no specific distribution but rather k8s vanilla installation | |
4141
| OCP | OpenShift Container Platform | The Run:ai operator is [certified](https://catalog.redhat.com/software/operators/detail/60be3acc3308418324b5e9d8){target=_blank} for OpenShift by Red Hat. |
4242
| EKS | Amazon Elastic Kubernetes Service | |
4343
| AKS | Azure Kubernetes Services | |

docs/admin/runai-setup/cluster-setup/dgx-bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Save the URL for future use.
6666
Post installation, you will want to:
6767

6868
* (Mandatory) Set up [Researcher Access Control](../authentication/researcher-authentication.md). Without this, the Job Submit form will not work.
69-
* Set up Run:ai Users [Working with Users](../../admin-ui-setup/admin-ui-users.md).
69+
* Set up Run:ai Users [Working with Users](../../runai-setup/authentication/users.md).
7070
* Set up Projects for Researchers [Working with Projects](../../aiinitiatives/org/projects.md).
7171

7272
## Troubleshooting

docs/admin/runai-setup/self-hosted/k8s/next-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Self Hosted installation over Kubernetes - Next Steps
44
# Next Steps
55

66

7-
* Create additional [I Users](../../../admin-ui-setup/admin-ui-users.md).
7+
* Create additional [I Users](../../../runai-setup/authentication/users.md).
88
* Set up [Project-based Researcher Access Control](../../authentication/researcher-authentication.md).
99
* Set up Researchers to work with the Run:ai Command-line interface (CLI). See [Installing the Run:ai Command-line Interface](../../../researcher-setup/cli-install.md) on how to install the CLI for users.
1010
* Review [advanced setup and maintenace](../../config/overview.md) scenarios.

docs/admin/runai-setup/self-hosted/ocp/next-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Self Hosted installation over OpenShift - Next Steps
44
# Next Steps
55

66

7-
* Create additional [Run:ai Users](../../../admin-ui-setup/admin-ui-users.md).
7+
* Create additional [Run:ai Users](../../../runai-setup/authentication/users.md).
88
* Set up [Project-based Researcher Access Control](../../authentication/researcher-authentication.md).
99
* Set up Researchers to work with the Run:ai Command-line interface (CLI). See [Installing the Run:ai Command-line Interface](../../../researcher-setup/cli-install.md) on how to install the CLI for users.
1010
* Review [advanced setup and maintenace](../../config/overview.md) scenarios.

0 commit comments

Comments
 (0)