Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
31 changes: 0 additions & 31 deletions modules/power-monitoring-deploying-kepler.adoc

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion modules/power-monitoring-installing-pmo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]