From c90413daaf35769f631e69ddabae367afb614ef1 Mon Sep 17 00:00:00 2001 From: Gwynne Monahan Date: Thu, 10 Jul 2025 13:28:34 -0500 Subject: [PATCH] POWERMON-577 [POWERMON] 0.5 Uninstall Doc Updates --- modules/power-monitoring-deleting-kepler.adoc | 7 ++++- ...oring-proc_deleting-power-monitor-crd.adoc | 26 +++++++++++++++++++ .../uninstalling-power-monitoring.adoc | 4 +++ 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 modules/power-monitoring-proc_deleting-power-monitor-crd.adoc diff --git a/modules/power-monitoring-deleting-kepler.adoc b/modules/power-monitoring-deleting-kepler.adoc index b86a9bbb5165..4c81ad6c3d94 100644 --- a/modules/power-monitoring-deleting-kepler.adoc +++ b/modules/power-monitoring-deleting-kepler.adoc @@ -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. diff --git a/modules/power-monitoring-proc_deleting-power-monitor-crd.adoc b/modules/power-monitoring-proc_deleting-power-monitor-crd.adoc new file mode 100644 index 000000000000..3981cd046cc2 --- /dev/null +++ b/modules/power-monitoring-proc_deleting-power-monitor-crd.adoc @@ -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. + +.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. + +. Click the {kebab} for this entry and select *Delete PowerMonitor*. + +. In the *Delete PowerMonitor?* dialog, click *Delete* to delete the `PowerMonitor` instance. diff --git a/observability/power_monitoring/uninstalling-power-monitoring.adoc b/observability/power_monitoring/uninstalling-power-monitoring.adoc index 5c22ba707a85..7090eabeaf9d 100644 --- a/observability/power_monitoring/uninstalling-power-monitoring.adoc +++ b/observability/power_monitoring/uninstalling-power-monitoring.adoc @@ -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] \ No newline at end of file