Skip to content

POWERMON-577 [POWERMON] 0.5 Uninstall Doc Updates #95973

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: power-monitoring-0.5
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion modules/power-monitoring-deleting-kepler.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@

You can delete {PM-kepler} by removing the {PM-kepler} instance of the `{PM-kepler}` custom resource definition (CRD) from the {product-title} web console.

[IMPORTANT]
====
Starting with {PM-title} 0.5 (Technology Preview), use the `PowerMonitor` CRD, and remove all instances of the `Kepler` CRD.
====

.Prerequisites
* You have access to the {product-title} web console.
* You are logged in as a user with the `cluster-admin` role.

.Procedure

. In the *Administrator* perspective of the web console, go to *Operators* -> *Installed Operators*.
. In the web console, go to *Operators* -> *Installed Operators*.

. Click *{PM-title-c}* from the *Installed Operators* list and go to the *{PM-kepler}* tab.

Expand Down
26 changes: 26 additions & 0 deletions modules/power-monitoring-proc_deleting-power-monitor-crd.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// Module included in the following assemblies:

// * power_monitoring/uninstalling-power-monitoring.adoc

:_mod-docs-content-type: PROCEDURE
[id="power-monitoring-proc_deleting-power-monitoring-crd_{context}"]
= Deleting the PowerMonitor custom resource definition

You can delete the `PowerMonitor` custom resource definition (CRD) by removing the `PowerMonitor` instance of the `PowerMonitor` CRD from the {product-title} web console.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
You can delete the `PowerMonitor` custom resource definition (CRD) by removing the `PowerMonitor` instance of the `PowerMonitor` CRD from the {product-title} web console.
You can delete the `PowerMonitor` custom resource definition (CRD) by removing the `power-monitor` instance of the `PowerMonitor` CRD from the {product-title} web console.


.Prerequisites

* You have access to the {product-title} web console.
* You are logged in as a user with the `cluster-admin` role.

.Procedure

. In the web console, go to *Operators* → *Installed Operators*.

. Click *{PM-title-c}* from the *Installed Operators* list and go to the *{PM-kepler}* tab.

. Locate the *{PM-kepler}* instance entry in the list.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
. Locate the *{PM-kepler}* instance entry in the list.
. Locate the *PowerMonitor* instance entry in the list.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @vprashar2929 ,

Just so I understand: the tab is still named "Kepler," but the entry to remove is now named "PowerMonitor."

And in the UI it is shown as "PowerMonitor" instance in the list, and and not "power-monitor" instance as stated in the introduction. Correct?


. Click the {kebab} for this entry and select *Delete PowerMonitor*.

. In the *Delete PowerMonitor?* dialog, click *Delete* to delete the `PowerMonitor` instance.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ You can uninstall {PM-shortname} by deleting the {PM-kepler} instance and then t

// Removing kepler
include::modules/power-monitoring-deleting-kepler.adoc[leveloffset=+1]
//might need Additional resource section to add link to configuring PowerMonitor CRD content when that content is ready

// Removing PowerMonitor CRD
include::modules/power-monitoring-proc_deleting-power-monitor-crd.adoc[leveloffset=+1]

// Uninstalling power monitoring operator
include::modules/power-monitoring-uninstalling-pmo.adoc[leveloffset=+1]