Skip to content

Commit a915636

Browse files
authored
Idle workbench UI update (#883)
* Idle workbench UI update * remove line break
1 parent bf9430a commit a915636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/stopping-idle-workbenches.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ If you have configured your cluster settings to disconnect all users from a clus
1515

1616
.Procedure
1717
. From the {productname-short} dashboard, click *Settings* -> *Cluster settings*.
18-
. Under *Stop idle workbenches*, select *Stop idle workbenches after*.
18+
. Under *Idle workbench timeout*, select *Stop idle workbenches after defined period*.
1919
. Enter a time limit, in *hours* and *minutes*, for when idle workbenches are stopped.
2020
. Click *Save changes*.
2121

2222
.Verification
23-
* The `notebook-controller-culler-config` ConfigMap, located in the `redhat-ods-applications` project on the *Workloads* -> *ConfigMaps* page, contains the following culling configuration settings:
23+
* In {openshift-platform}, go to *Workloads* -> *ConfigMaps* and open the `notebook-controller-culler-config` ConfigMap in the `redhat-ods-applications` project to verify that it contains the following culling configuration settings:
2424
** `ENABLE_CULLING`: Specifies if the culling feature is enabled or disabled (this is `false` by default).
2525
** `IDLENESS_CHECK_PERIOD`: The polling frequency to check for a notebook's last known activity (in minutes).
2626
** `CULL_IDLE_TIME`: The maximum allotted time to scale an inactive notebook to zero (in minutes).

0 commit comments

Comments
 (0)