Skip to content

Commit f8c506a

Browse files
RUN-18945 add 30 days default auto delete
1 parent 278473c commit f8c506a

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

docs/Researcher/user-interface/trainings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To add a training:
5858
9. (Optional) In the *Data sources* pane, press *add a new data source*. For more information, see [Creating a new data source](workspaces/create/create-ds.md) When complete press, *Create Data Source*.
5959
10. (Optional) In the *General* pane, add special settings for your training (optional):
6060

61-
1. Press *Auto-deletion* to delete the training automatically when it either completes or fails. You can configure the timeframe in days, hours, minutes, and seconds. If the timeframe is set to 0, the training will be deleted immediately after it completes or fails.
61+
1. Press *Auto-deletion* to delete the training automatically when it either completes or fails. You can configure the timeframe in days, hours, minutes, and seconds. If the timeframe is set to 0, the training will be deleted immediately after it completes or fails. (default = 30 days)
6262
2. Press *Annotation* to a name and value to annotate the training. Repeat this step to add multiple annotations.
6363
3. Press *Label* to a name and value to label the training. Repeat this step to add multiple labels.
6464

@@ -80,7 +80,7 @@ To add a training:
8080
4. (Optional) In the *Data sources* pane, press *add a new data source*. For more information, see [Creating a new data source](workspaces/create/create-ds.md) When complete press, *Create Data Source*.
8181
5. (Optional) In the *General* pane, add special settings for your training (optional):
8282

83-
1. Press *Auto-deletion* to delete the training automatically when it either completes or fails. You can configure the timeframe in days, hours, minutes, and seconds. If the timeframe is set to 0, the training will be deleted immediately after it completes or fails.
83+
1. Press *Auto-deletion* to delete the training automatically when it either completes or fails. You can configure the timeframe in days, hours, minutes, and seconds. If the timeframe is set to 0, the training will be deleted immediately after it completes or fails. (default = 30 days)
8484
2. Press *Annotation* to a name and value to annotate the training. Repeat this step to add multiple annotations.
8585
3. Press *Label* to a name and value to label the training. Repeat this step to add multiple labels.
8686

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Use the *Jobs form* below if you have not enabled the *Workloads* feature.
4444
8. Select a data source from the tiles. If your data source is not listed, use the *Search compute resources* box to find it. Press *New data source* to create a new data source if needed.
4545
9. In the *General* pane, add special settings for your workspace:
4646

47-
1. Press *Auto-deletion* to delete the workspace automatically when it either completes or fails. You can configure the timeframe in days, hours, minutes, and seconds. If the timeframe is set to 0, the workspace will be deleted immediately after it completes or fails.
47+
1. Press *Auto-deletion* to delete the workspace automatically when it either completes or fails. You can configure the timeframe in days, hours, minutes, and seconds. If the timeframe is set to 0, the workspace will be deleted immediately after it completes or fails. (default = 30 days)
4848
2. Press *Annotation* to a name and value to annotate the workspace. Repeat this step to add multiple annotations.
4949
3. Press *Label* to a name and value to label the workspace. Repeat this step to add multiple labels.
5050

@@ -80,7 +80,7 @@ Use the *Jobs form* below if you have not enabled the *Workloads* feature.
8080
8. Select a data source from the tiles. If your data source is not listed, use the *Search data resources* box to find it. Press *New data source* to create a new data source if needed.
8181
9. In the *General* pane, add special settings for your workspace:
8282

83-
1. Press *Auto-deletion* to delete the workspace automatically when it either completes or fails. You can configure the timeframe in days, hours, minuets, and seconds. If the timeframe is set to 0, the workspace will be deleted immediately after it completes or fails.
83+
1. Press *Auto-deletion* to delete the workspace automatically when it either completes or fails. You can configure the timeframe in days, hours, minuets, and seconds. If the timeframe is set to 0, the workspace will be deleted immediately after it completes or fails. (default = 30 days)
8484
2. Press *Annotation* to a name and value to annotate the workspace. Repeat this step to add multiple annotations.
8585
3. Press *Label* to a name and value to label the workspace. Repeat this step to add multiple labels.
8686

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To create a template:
3737
7. In the *Data sources* pane, select a data source. Press *New data source* to add a new data source to the system.
3838
8. In the *General* pane, choose to add the following:
3939

40-
* 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.
40+
* 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. (default = 30 days)
4141
* 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

docs/admin/workloads/submitting-workloads.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To submit a workload using the UI:
3838

3939
1. Toggle the switch to allow the workspace to exceed the project's quota.
4040
2. Set the backoff limit before workload failure, this can be changed, if necessary. Use integers only. (Default = 6, maximum = 100, minimum = 0).
41-
3. Press *Auto-deletion* to delete the training automatically when it either completes or fails. You can configure the timeframe in days, hours, minuets, and seconds. If the timeframe is set to 0, the training will be deleted immediately after it completes or fails.
41+
3. Press *Auto-deletion* to delete the training automatically when it either completes or fails. You can configure the timeframe in days, hours, minuets, and seconds. If the timeframe is set to 0, the training will be deleted immediately after it completes or fails. (default = 30 days)
4242
4. Press *Annotation* to a name and value to annotate the training. Repeat this step to add multiple annotations.
4343
5. Press *Label* to a name and value to label the training. Repeat this step to add multiple labels.
4444

@@ -76,7 +76,7 @@ To submit a workload using the UI:
7676
9. (Optional) In the *General* pane, add special settings for your training (optional):
7777

7878
1. Set the backoff limit before workload failure, this can be changed, if necessary. Use integers only. (Default = 6, maximum = 100, minimum = 0).
79-
2. Press *Auto-deletion* to delete the training automatically when it either completes or fails. You can configure the timeframe in days, hours, minuets, and seconds. If the timeframe is set to 0, the training will be deleted immediately after it completes or fails.
79+
2. Press *Auto-deletion* to delete the training automatically when it either completes or fails. You can configure the timeframe in days, hours, minuets, and seconds. If the timeframe is set to 0, the training will be deleted immediately after it completes or fails. (default = 30 days)
8080
3. Press *Annotation* to a name and value to annotate the training. Repeat this step to add multiple annotations.
8181
4. Press *Label* to a name and value to label the training. Repeat this step to add multiple labels.
8282

@@ -103,7 +103,7 @@ To submit a workload using the UI:
103103
5. (Optional) In the *General* pane, add special settings for your training (optional):
104104

105105
1. Set the backoff limit before workload failure, this can be changed, if necessary. Use integers only. (Default = 6, maximum = 100, minimum = 0).
106-
2. Press *Auto-deletion* to delete the training automatically when it either completes or fails. You can configure the timeframe in days, hours, minuets, and seconds. If the timeframe is set to 0, the training will be deleted immediately after it completes or fails.
106+
2. Press *Auto-deletion* to delete the training automatically when it either completes or fails. You can configure the timeframe in days, hours, minuets, and seconds. If the timeframe is set to 0, the training will be deleted immediately after it completes or fails. (default = 30 days)
107107
3. Press *Annotation* to a name and value to annotate the training. Repeat this step to add multiple annotations.
108108
4. Press *Label* to a name and value to label the training. Repeat this step to add multiple labels.
109109

@@ -159,7 +159,7 @@ To submit a workload using the UI:
159159
* Only PVC, Git, and ConfigMap resources are supported.
160160

161161
11. In the *General* field you can:
162-
1. Add an *Auto-deletion* time. This sets the timeframe between inference completion/failure and auto-deletion. (optional)
162+
1. Add an *Auto-deletion* time. This sets the timeframe between inference completion/failure and auto-deletion. (optional) (default = 30 days)
163163
2. Add one or more *Annotation*. (optional)
164164
3. Add one or more *Labels*. (optional)
165165
12. When complete, press *Create inference*.

docs/admin/workloads/workload-overview-admin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ To submit a workload using the UI:
9090
7. In the *Data sources* pane, press *add a new data source*. For more information, see [Creating a new data source](../../Researcher/user-interface/workspaces/create/create-ds.md) When complete press, *Create Data Source*.
9191
8. In the *General* pane, add special settings for your training (optional):
9292

93-
1. Press *Auto-deletion* to delete the training automatically when it either completes or fails. You can configure the timeframe in days, hours, minuets, and seconds. If the timeframe is set to 0, the training will be deleted immediately after it completes or fails.
93+
1. Press *Auto-deletion* to delete the training automatically when it either completes or fails. You can configure the timeframe in days, hours, minuets, and seconds. If the timeframe is set to 0, the training will be deleted immediately after it completes or fails. (default = 30 days)
9494
2. Press *Annotation* to a name and value to annotate the training. Repeat this step to add multiple annotations.
9595
3. Press *Label* to a name and value to label the training. Repeat this step to add multiple labels.
9696

@@ -123,7 +123,7 @@ To submit a workload using the UI:
123123
8. (Optional) In the *Data sources* pane, press *add a new data source*. For more information, see [Creating a new data source](../../Researcher/user-interface/workspaces/create/create-ds.md) When complete press, *Create Data Source*.
124124
9. (Optional) In the *General* pane, add special settings for your training (optional):
125125

126-
1. Press *Auto-deletion* to delete the training automatically when it either completes or fails. You can configure the timeframe in days, hours, minuets, and seconds. If the timeframe is set to 0, the training will be deleted immediately after it completes or fails.
126+
1. Press *Auto-deletion* to delete the training automatically when it either completes or fails. You can configure the timeframe in days, hours, minuets, and seconds. If the timeframe is set to 0, the training will be deleted immediately after it completes or fails. (default = 30 days)
127127
2. Press *Annotation* to a name and value to annotate the training. Repeat this step to add multiple annotations.
128128
3. Press *Label* to a name and value to label the training. Repeat this step to add multiple labels.
129129

@@ -145,7 +145,7 @@ To submit a workload using the UI:
145145
4. (Optional) In the *Data sources* pane, press *add a new data source*. For more information, see [Creating a new data source](../../Researcher/user-interface/workspaces/create/create-ds.md) When complete press, *Create Data Source*.
146146
5. (Optional) In the *General* pane, add special settings for your training (optional):
147147

148-
1. Press *Auto-deletion* to delete the training automatically when it either completes or fails. You can configure the timeframe in days, hours, minuets, and seconds. If the timeframe is set to 0, the training will be deleted immediately after it completes or fails.
148+
1. Press *Auto-deletion* to delete the training automatically when it either completes or fails. You can configure the timeframe in days, hours, minuets, and seconds. If the timeframe is set to 0, the training will be deleted immediately after it completes or fails. (default = 30 days)
149149
2. Press *Annotation* to a name and value to annotate the training. Repeat this step to add multiple annotations.
150150
3. Press *Label* to a name and value to label the training. Repeat this step to add multiple labels.
151151

0 commit comments

Comments
 (0)