Skip to content

Commit

Permalink
fetch script test (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduquett authored Aug 27, 2024
1 parent c7352db commit 0790f64
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
18 changes: 18 additions & 0 deletions modules/a-new-file-test2.adoc
Original file line number Diff line number Diff line change
@@ -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}.
13 changes: 1 addition & 12 deletions modules/about-deleting-users-and-resources.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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}.

0 comments on commit 0790f64

Please sign in to comment.