Skip to content

Commit 653defa

Browse files
Merge pull request #730 from jasonnovichRunAI/v2.17-RUN-16238-cluster-filter-top-bar-assets-pages
V2.17-RUN-16238-cluster-filter-top-bar-assets-pages
2 parents 0335a00 + 653acb8 commit 653defa

File tree

5 files changed

+57
-12
lines changed

5 files changed

+57
-12
lines changed

docs/Researcher/user-interface/workspaces/create/create-compute.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ You can select one or more resources. For example, one compute resource may cons
77
!!! Note
88
Selecting resources more than the cluster can supply will result in a permanently failed workspace.
99

10+
Use the *Cluster* filter at the top of the table to see compute resources that are assigned to specific clusters.
11+
12+
!!! Note
13+
The cluster filter will be in the top bar when there are clusters that are installed with version 2.16 or lower.
14+
15+
Use the *Add filter* to add additional filters to the table.
16+
1017
## Set GPU resources
1118

1219
GPU resources can be expressed in various ways:
@@ -33,7 +40,7 @@ A CPU resource consists of cores and memory. When GPU resources are requested th
3340
To create a compute resource:
3441

3542
1. Select the `New Compute Resource` button.
36-
2. In the *Scope* pane, choose one item from the tree. The compute resource is assigned to that item and all its subsidiaries.
43+
2. In the *Scope* pane, choose a cluster, department, or project from the tree. The compute resource is assigned to that item and all its subsidiaries.
3744
3. Give the resource a meaningful name.
3845
4. In the resources pane, set the resource request.
3946
1. To add GPU resources, enter the number of GPUs to request. You can then enter the amount of GPU memory by selecting a percentage of the GPU, memory size in MB or GB, or multi-instance GPUs.

docs/Researcher/user-interface/workspaces/create/create-ds.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ When you select `New Compute Resource` you will be presented with various data s
77
To create an NFS data source, provide:
88

99
* A data source name.
10-
* A Run:ai project scope which is assigned to that item and all its subsidiaries.
10+
* A Run:ai scope (cluster, department, or project) which is assigned to that item and all its subsidiaries.
1111
* An NFS server.
1212
* The path to the data within the server.
1313
* The path within the container where the data will be mounted.
@@ -19,7 +19,7 @@ The data can be set as read-write or limited to read-only permission regardless
1919
To create an PVC data source, provide:
2020

2121
* A data source name
22-
* A Run:ai project scope which is assigned to that item and all its subsidiaries.
22+
* A Run:ai scope (cluster, department, or project) which is assigned to that item and all its subsidiaries.
2323
* Select an existing PVC or create a new one by providing:
2424

2525
* A claim name
@@ -39,7 +39,7 @@ S3 storage saves data in *buckets*. S3 is typically attributed to AWS cloud serv
3939
To create an S3 data source, provide
4040

4141
* A data source name
42-
* A Run:ai project scope which is assigned to that item and all its subsidiaries.
42+
* A Run:ai scope (cluster, department, or project) which is assigned to that item and all its subsidiaries.
4343
* The relevant S3 service URL server
4444
* The bucket name of the data.
4545
* The path within the container where the data will be mounted.
@@ -51,7 +51,7 @@ An S3 data source can be public or private. For the latter option, please select
5151
To create a Git data source, provide:
5252

5353
* A data source name.
54-
* A Run:ai project scope which is assigned to that item and all its subsidiaries.
54+
* A Run:ai scope (cluster, department, or project) which is assigned to that item and all its subsidiaries.
5555
* The relevant repository URL.
5656
* The path within the container where the data will be mounted.
5757

@@ -62,7 +62,7 @@ The Git data source can be public or private. To allow access to a private Git d
6262
To create a host path data source, provide:
6363

6464
* A data source name.
65-
* A Run:ai project scope which is assigned to that item and all its subsidiaries.
65+
* A Run:ai scope (cluster, department, or project) which is assigned to that item and all its subsidiaries.
6666
* The relevant path on the host.
6767
* The path within the container where the data will be mounted.
6868

@@ -100,6 +100,13 @@ The *Data sources* table contains a column for the status of the data source. Th
100100

101101
You can download the Data Sources table to a CSV file. Downloading a CSV can provide a snapshot history of your Data Sources over the course of time, and help with compliance tracking. All the columns that are selected (displayed) in the table will be downloaded to the file.
102102

103+
Use the *Cluster* filter at the top of the table to see data sources that are assigned to specific clusters.
104+
105+
!!! Note
106+
The cluster filter will be in the top bar when there are clusters that are installed with version 2.16 or lower.
107+
108+
Use the *Add filter* to add additional filters to the table.
109+
103110
To download the Data Sources table to a CSV:
104111

105112
1. Open *Data Sources*.

docs/Researcher/user-interface/workspaces/create/create-env.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To create an environment:
44

55
1. In the left menu, press *New Environment*.
6-
2. In the *Scope* pane, choose one item from the tree. The compute resource is assigned to that item and all its subsidiaries.
6+
2. In the *Scope* pane, choose a cluster, department, or project from the tree. The environment is assigned to that item and all its subsidiaries.
77
3. Enter an *Environment name*.
88
4. Enter the image URL path and an image pull policy.
99
5. Choose a supported workload type. Configure this section based on the type of workload you expect to run in this environment. Choose from:
@@ -65,6 +65,13 @@ To create an environment:
6565

6666
You can download the Environments table to a CSV file. Downloading a CSV can provide a snapshot history of your environments over the course of time, and help with compliance tracking. All the columns that are selected (displayed) in the table will be downloaded to the file.
6767

68+
Use the *Cluster* filter at the top of the table to see environments that are assigned to specific clusters.
69+
70+
!!! Note
71+
The cluster filter will be in the top bar when there are clusters that are installed with version 2.16 or lower.
72+
73+
Use the *Add filter* to add additional filters to the table.
74+
6875
To download the Environments table to a CSV:
6976

7077
1. In the left menu, press *Environments*.

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To configure *Credentials*:
5757

5858
### `Docker registry`
5959

60-
1. Select a `Scope` for the credential.
60+
1. Select a `Scope` (cluster, department, or project) for the credential.
6161
2. In the `Credential name` field, enter a name for the credential.
6262
3. In the `Secret` field, choose from `Existing secret` or `New secret`.
6363

@@ -72,7 +72,7 @@ To configure *Credentials*:
7272

7373
### `Access key`
7474

75-
1. Select a `Scope` for the credential.
75+
1. Select a `Scope` (cluster, department, or project) for the credential.
7676
2. In the `Credential name` field, enter a name for the credential.
7777
3. In the `Secret` field, choose from `Existing secret` or `New secret`.
7878

@@ -87,7 +87,7 @@ To configure *Credentials*:
8787

8888
### `Username and password`
8989

90-
1. Select a `Scope` for the credential.
90+
1. Select a `Scope` (cluster, department, or project) for the credential.
9191
2. In the `Credential name` field, enter a name for the credential.
9292
3. In the `Secret` field, choose from `Existing secret` or `New secret`.
9393

@@ -114,6 +114,13 @@ The *Credentials* table contains a column that shows the status of the credentia
114114

115115
You can download the Credentials table to a CSV file. Downloading a CSV can provide a snapshot history of your credentials over the course of time, and help with compliance tracking. All the columns that are selected (displayed) in the table will be downloaded to the file.
116116

117+
Use the *Cluster* filter at the top of the table to see credentials that are assigned to specific clusters.
118+
119+
!!! Note
120+
The cluster filter will be in the top bar when there are clusters that are installed with version 2.16 or lower.
121+
122+
Use the *Add filter* to add additional filters to the table.
123+
117124
To download the Credentials table to a CSV:
118125

119126
1. Open *Credentials*.

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

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A template consists of all the assets a workload needs, allowing researchers to
1414
To create a template:
1515

1616
1. In the left menu, press *Templates*, then press *New Template*.
17-
2. In the *Scope* pane, select a *Scope*.
17+
2. In the *Scope* pane, select a cluster, department, or project.
1818
3. In the *Template Name* pane, enter a name for the template.
1919
4. Select an environment from the tiles. If your environment is not listed, use the *Search environments* box to find it or press [*New environment*](../../Researcher/user-interface/workspaces/create/create-env.md) to create a new environment. Press to create an environment if needed. In the *Set the connection for your tool(s)*, enter the URL of the tool if a custom URL has been enabled in the selected environment. Use the *Private* toggle to lock access to the tool to only the creator of the environment.
2020

@@ -38,7 +38,24 @@ To create a template:
3838
8. In the *General* pane, choose to add the following:
3939

4040
* Auto-deletion—the time after which a workload that has completed or failed will be deleted. Press *+Auto-deletion* then configure the time in days, hours, minutes, and seconds.
41-
* Annotation—press *+Annottion* then enter a name and a value. You can add multiple annotations by pressing the *+Annottion*.
41+
* Annotation—press *+ Annotation* then enter a name and a value. You can add multiple annotations by pressing the *+ Annotation*.
4242
* Label—press *+Label* then enter a name and a value. You can add multiple labels by pressing the *+Label*.
4343

4444
9. Press *Create template* when your configuration is complete.
45+
46+
## Download Templates Table
47+
48+
You can download the templates table to a CSV file. Downloading a CSV can provide a snapshot history of your templates over the course of time, and help with compliance tracking. All the columns that are selected (displayed) in the table will be downloaded to the file.
49+
50+
Use the *Cluster* filter at the top of the table to see templates that are assigned to specific clusters.
51+
52+
!!! Note
53+
The cluster filter will be in the top bar when there are clusters that are installed with version 2.16 or lower.
54+
55+
Use the *Add filter* to add additional filters to the table.
56+
57+
To download the templates table to a CSV:
58+
59+
1. Open *Templates*.
60+
2. From the *Columns* icon, select the columns you would like to have displayed in the table.
61+
3. Click on the ellipsis labeled *More*, and download the CSV.

0 commit comments

Comments
 (0)