diff --git a/modules/power-monitoring-deploying-kepler.adoc b/modules/power-monitoring-deploying-kepler.adoc deleted file mode 100644 index eb50c27fb046..000000000000 --- a/modules/power-monitoring-deploying-kepler.adoc +++ /dev/null @@ -1,31 +0,0 @@ -// Module included in the following assemblies: - -// * power_monitoring/installing-power-monitoring.adoc - -:_mod-docs-content-type: PROCEDURE -[id="power-monitoring-deploying-kepler_{context}"] -= Deploying {PM-kepler} - -You can deploy {PM-kepler} by creating an instance of the `{PM-kepler}` custom resource definition (CRD) by using the {PM-operator}. - -.Prerequisites -* You have access to the {product-title} web console. -* You are logged in as a user with the `cluster-admin` role. -* You have installed the {PM-operator}. - -.Procedure - -. In the *Administrator* perspective of the web console, go to *Operators* -> *Installed Operators*. - -. Click *{PM-title-c}* from the *Installed Operators* list and go to the *{PM-kepler}* tab. - -. Click *Create {PM-kepler}*. - -. On the *Create {PM-kepler}* page, ensure the *Name* is set to `kepler`. -+ -[IMPORTANT] -==== -The name of your {PM-kepler} instance must be set to `kepler`. All other instances are ignored by the {PM-operator}. -==== - -. Click *Create* to deploy {PM-kepler} and {PM-shortname} dashboards. diff --git a/modules/power-monitoring-deploying-power-monitor-custom-resource.adoc b/modules/power-monitoring-deploying-power-monitor-custom-resource.adoc new file mode 100644 index 000000000000..ed11118a6df3 --- /dev/null +++ b/modules/power-monitoring-deploying-power-monitor-custom-resource.adoc @@ -0,0 +1,39 @@ +// Module included in the following assemblies: + +// * power_monitoring/installing-power-monitoring.adoc + +:_mod-docs-content-type: PROCEDURE +[id="power-monitoring-deploying-power-monitor-custom-resource_{context}"] += Deploying PowerMonitor custom resource + +You can deploy {PM-kepler} by creating an instance of the `PowerMonitor` custom resource (CR) using the {PM-operator}. + +[IMPORTANT] +==== +The `Kepler` custom resource definition (CRD) has been deprecated and will be removed in a future release. Use the `PowerMonitor` custom resource instead. +==== + +.Prerequisites +* You have access to the {product-title} web console. +* You are logged in as a user with the `cluster-admin` role. +* You have installed the {PM-operator}. + +.Procedure + +. In the web console, go to *Operators* -> *Installed Operators*. + +. Click *{PM-title-c}* from the *Installed Operators* list and go to the *PowerMonitor* tab. + +. Click *Create PowerMonitor*. + +. On the *Create PowerMonitor* page, ensure the *Name* is set to `power-monitor`. ++ +[IMPORTANT] +==== +The name of your `PowerMonitor` instance must be set to `power-monitor`. All other instances are ignored by the {PM-operator}. +==== + +. Click *Create* to deploy the PowerMonitor and {PM-shortname} dashboards. + +//formerly Deploying Kepler. +//Kepler CRDs are being removed from TP 0.5 and being replaced with PowerMonitor CRDs. diff --git a/modules/power-monitoring-installing-pmo.adoc b/modules/power-monitoring-installing-pmo.adoc index 02e50210c191..46654149aff7 100644 --- a/modules/power-monitoring-installing-pmo.adoc +++ b/modules/power-monitoring-installing-pmo.adoc @@ -19,7 +19,7 @@ You must remove any previously installed versions of the {PM-operator} before in .Procedure -. In the *Administrator* perspective of the web console, go to *Operators* -> *OperatorHub*. +. In the web console, go to *Operators* -> *OperatorHub*. . Search for `{PM-shortname}`, click the *{PM-title-c}* tile, and then click *Install*. //. On the *Install Operator* page: diff --git a/observability/power_monitoring/installing-power-monitoring.adoc b/observability/power_monitoring/installing-power-monitoring.adoc index 7f77722c220c..2b701b299249 100644 --- a/observability/power_monitoring/installing-power-monitoring.adoc +++ b/observability/power_monitoring/installing-power-monitoring.adoc @@ -15,4 +15,4 @@ You can install {PM-title} by deploying the {PM-operator} in the {product-title} include::modules/power-monitoring-installing-pmo.adoc[leveloffset=+1] // Deploying Kepler -include::modules/power-monitoring-deploying-kepler.adoc[leveloffset=+1] +include::modules/power-monitoring-deploying-power-monitor-custom-resource.adoc[leveloffset=+1]