From d0ecdf327ca40f87392bcab9b319855cd7b290e5 Mon Sep 17 00:00:00 2001 From: Pan Ousley Date: Fri, 31 Jan 2020 16:25:49 -0500 Subject: [PATCH] Updating uninstall proc with namespace module --- ...lling-container-native-virtualization.adoc | 2 +- ...ing-a-namespace-using-the-web-console.adoc | 28 +++++++++++++++++++ ...eting-a-project-using-the-web-console.adoc | 19 ++++++++++--- 3 files changed, 44 insertions(+), 5 deletions(-) create mode 100644 modules/deleting-a-namespace-using-the-web-console.adoc diff --git a/cnv/cnv_install/uninstalling-container-native-virtualization.adoc b/cnv/cnv_install/uninstalling-container-native-virtualization.adoc index 6f6739eae3..33b4e81134 100644 --- a/cnv/cnv_install/uninstalling-container-native-virtualization.adoc +++ b/cnv/cnv_install/uninstalling-container-native-virtualization.adoc @@ -20,4 +20,4 @@ include::modules/cnv-deleting-catalog-subscription.adoc[leveloffset=+1] You can now delete the `openshift-cnv` namespace. ==== -include::modules/deleting-a-project-using-the-web-console.adoc[leveloffset=+1] +include::modules/deleting-a-namespace-using-the-web-console.adoc[leveloffset=+1] diff --git a/modules/deleting-a-namespace-using-the-web-console.adoc b/modules/deleting-a-namespace-using-the-web-console.adoc new file mode 100644 index 0000000000..104ed4b5cf --- /dev/null +++ b/modules/deleting-a-namespace-using-the-web-console.adoc @@ -0,0 +1,28 @@ +// Module included in the following assemblies: +// +// * cnv/cnv_install/uninstalling-container-native-virtualization.adoc + +[id="deleting-a-namespace-using-the-web-console_{context}"] += Deleting a namespace using the web console + +You can delete a namespace by using the {product-title} web console. + +[NOTE] +==== +If you do not have permissions to delete the namespace, the *Delete Namespace* +option is not available. +==== + +.Procedure + +. Navigate to *Administration* -> *Namespaces*. + +. Locate the namespace that you want to delete in the list of namespaces. + +. On the far right side of the namespace listing, select *Delete Namespace* from the +Options menu {kebab}. + +. When the *Delete Namespace* pane opens, enter the name of the namespace that +you want to delete in the field. + +. Click *Delete*. diff --git a/modules/deleting-a-project-using-the-web-console.adoc b/modules/deleting-a-project-using-the-web-console.adoc index fadadcdc24..0c73a4c827 100644 --- a/modules/deleting-a-project-using-the-web-console.adoc +++ b/modules/deleting-a-project-using-the-web-console.adoc @@ -1,11 +1,18 @@ // Module included in the following assemblies: // // * applications/projects/working-with-projects.adoc -// * cnv/cnv_install/uninstalling-container-native-virtualization.adoc -[id="deleting-a-project-using-the-web-console{context}"] +[id="deleting-a-project-using-the-web-console_{context}"] = Deleting a project using the web console +You can delete a project by using the {product-title} web console. + +[NOTE] +==== +If you do not have permissions to delete the project, the *Delete Project* +option is not available. +==== + .Procedure . Navigate to *Home* -> *Projects*. @@ -13,5 +20,9 @@ . Locate the project that you want to delete from the list of projects. . On the far right side of the project listing, select *Delete Project* from the -menu. If you do not have permissions to delete the project, the *Delete Project* -option is grayed out and the option is not clickable. +Options menu {kebab}. + +. When the *Delete Project* pane opens, enter the name of the project that +you want to delete in the field. + +. Click *Delete*. \ No newline at end of file