From 0790f64368a55bcd6084486ad3c28edd5fd7f565 Mon Sep 17 00:00:00 2001 From: aduquett <147167913+aduquett@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:05:58 -0400 Subject: [PATCH] fetch script test (#429) --- modules/a-new-file-test2.adoc | 18 ++++++++++++++++++ .../about-deleting-users-and-resources.adoc | 13 +------------ 2 files changed, 19 insertions(+), 12 deletions(-) create mode 100644 modules/a-new-file-test2.adoc diff --git a/modules/a-new-file-test2.adoc b/modules/a-new-file-test2.adoc new file mode 100644 index 00000000..7f454eeb --- /dev/null +++ b/modules/a-new-file-test2.adoc @@ -0,0 +1,18 @@ +:_module-type: CONCEPT + +[id='test_{context}'] += Test + +If you have administrator access to {openshift-platform}, you can revoke a user's access to Jupyter and delete the user's resources from {productname-long}. + +Deleting a user and the user's resources involves the following tasks: + +* Before you delete a user from {productname-short}, it is good practice to back up the data on your persistent volume claims (PVCs). + +* Stop notebook servers owned by the user. + +* Revoke user access to Jupyter. + +* Remove the user from the allowed group in your OpenShift identity provider. + +* After you delete a user, delete their associated configuration files from {openshift-platform}. \ No newline at end of file diff --git a/modules/about-deleting-users-and-resources.adoc b/modules/about-deleting-users-and-resources.adoc index 0d37f667..dfb47c1a 100644 --- a/modules/about-deleting-users-and-resources.adoc +++ b/modules/about-deleting-users-and-resources.adoc @@ -3,13 +3,7 @@ [id='about-deleting-users-and-resources_{context}'] = About deleting users and their resources -ifdef::upstream,self-managed[] If you have administrator access to {openshift-platform}, you can revoke a user's access to Jupyter and delete the user's resources from {productname-long}. -endif::[] - -ifdef::cloud-service[] -If you have administrator access to OpenShift, you can revoke a user's access to Jupyter and delete the user's resources from {productname-long}. -endif::[] Deleting a user and the user's resources involves the following tasks: @@ -21,9 +15,4 @@ Deleting a user and the user's resources involves the following tasks: * Remove the user from the allowed group in your OpenShift identity provider. -ifdef::upstream,self-managed[] -* After you delete a user, delete their associated configuration files from {openshift-platform}. -endif::[] -ifdef::cloud-service[] -* After you delete a user, delete their associated configuration files from OpenShift. -endif::[] +* After you delete a user, delete their associated configuration files from {openshift-platform}. \ No newline at end of file