You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/admin-ui-setup/admin-ui-users.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Introduction
4
4
5
-
The Run:ai UI allows the creation of Run:ai Users. Users are assigned levels of access to the to all aspects of the UI including submitting jobs on the cluster.
5
+
The Run:ai UI allows the creation of Run:ai Users. Users are assigned levels of access to all aspects of the UI including submitting jobs on the cluster.
6
6
7
7
!!! Tip
8
8
It is possible to connect the Run:ai UI to the organization's directory and use single sign-on (SSO). This allows you to set Run:ai roles for users and groups from the organizational directory. For further information see [single sign-on configuration](../runai-setup/authentication/sso.md).
@@ -21,8 +21,8 @@ To create a new user:
21
21
1. Login to the Run:ai UI at `company-name.run.ai`.
22
22
2. Press the  icon, then select *Users*.
23
23
3. Press *New user* and enter the user's email address, then press *Create*.
24
-
4. Review the new user information and note the temporary password that has been assigned. You can opt to send the user an introductory email by selecting the checkbox.
25
-
5.When complete, press *Done*.
24
+
4. Review the new user information and note the temporary password that has been assigned. To send the user an introductory email, select the checkbox.
25
+
5.Press *Done* when complete.
26
26
27
27
## Assigning access rules to users
28
28
@@ -31,12 +31,12 @@ Once you have created the users you can assign them *Access rules*. This provide
31
31
To add an *Access rule* to a user:
32
32
33
33
1. Select the user, then press *Access rules*, then press *+Access rule*.
34
-
2.From the dropdown, select a *Role*.
35
-
3. Press on the and select a scope for the user.
34
+
2.Select a *Role* from the dropdown.
35
+
3. Press then select a scope for the user. You can select multiple scopes.
36
36
4. After selecting all the required scopes, press *Save rule*.
37
-
5.If you want to add another rule, use the *+Access rule*.
38
-
6.When all the rules are configured, press *Done*.
37
+
5.To add another rule, use the *+Access rule*.
38
+
6.Press *Done* when all the rules are configured.
39
39
40
40
### Roles and permissions
41
41
42
-
Roles provide a way to group permissions and assign them to either users or user groups. The role identifies the collection of permissions that administrators assign to users or user groups. Permissions define the actions that users can perform on the managed entities. The following table shows the default roles and permissions. For more information on roles, see[Role based access control](../runai-setup/access-control/rbac.md).
42
+
Roles provide a way for administrators to group and identify collections of permissions that administrators assign to [subjects](../runai-setup/access-control/rbac.md#subjects). Permissions define the actions that can be performed on managed entities. The [Roles](../runai-setup/access-control/rbac.md#roles) table shows the default roles and permissions that come with the syste. See[Role based access control](../runai-setup/access-control/rbac.md) for more information.
Copy file name to clipboardExpand all lines: docs/developer/cluster-api/submit-yaml.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -106,12 +106,13 @@ spec:
106
106
container: 8000
107
107
```
108
108
109
-
1. Possible metrics can be `cpu-utilization`, `latency`, `throughput`, `concurrency`, `gpu-utilization`, `custom`. Different metrics may require additional [installations](../../admin/runai-setup/cluster-setup/cluster-prerequisites.md#inference) at the cluster level.
109
+
1. Possible metrics can be `cpu-utilization`, `latency`, `throughput`, `concurrency`, `gpu-utilization`, `custom`. Different metrics may require additional [installations](../../admin/runai-setup/cluster-setup/cluster-prerequisites.md#inference) at the cluster level.
110
110
2. Inference requires a port to receive requests.
111
111
112
112
## Suspend/Resume Interactive/Training Workload
113
113
114
-
to suspend trainig
114
+
To suspend training:
115
+
115
116
```YAML
116
117
apiVersion: run.ai/v2alpha1
117
118
kind: TrainingWorkload #
@@ -128,9 +129,8 @@ spec:
128
129
name:
129
130
value: job-1 #
130
131
```
131
-
In order to suspend workload set `active` value to `false`
132
-
To reume it back either set `active` value to `true` or remove it entirly.
133
-
132
+
In order to suspend the workload, set `active` to `false`.
133
+
To resume the workload, either set `active` to `true` or remove it entirely.
134
134
135
135
## See Also
136
136
* To understand how to connect to the inference workload, see [Inference Quickstart](../../Researcher/Walkthroughs/quickstart-inference.md).
0 commit comments