1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00

Updating uninstall proc with namespace module

This commit is contained in:
Pan Ousley
2020-01-31 16:25:49 -05:00
parent 7e027b926b
commit d0ecdf327c
3 changed files with 44 additions and 5 deletions

View File

@@ -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]

View File

@@ -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*.

View File

@@ -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*.