From e6b6b9c934ffe62ed55895ceb68a8b9fba0af53d Mon Sep 17 00:00:00 2001 From: Scott Trent <32449003+trent-s@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:06:20 +0900 Subject: [PATCH] Update README.md Improve formatting. Signed-off-by: Scott Trent Signed-off-by: Scott Trent <32449003+trent-s@users.noreply.github.com> --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 75151e2..ea790a3 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,14 @@ Kepler is assumed to be installed in the cluster. ### Installation -Follow these instructions for easy SusQL installation from the Red Hat Community Operator catalog on an OpenShift cluster. -- [Installation on OpenShift](doc/openshift-installation.md) +- Follow these instructions for easy SusQL installation from the Red Hat Community Operator catalog on an OpenShift cluster. + - [Installation on OpenShift](doc/openshift-installation.md) -Follow these instructions to install the SusQL Operator from [OperatorHub.io](https://operatorhub.io) on a Kubernetes cluster including OpenShift. -- [Installation from OperatorHub.io](doc/operatorhub-installation.md) +- Follow these instructions to install the SusQL Operator from [OperatorHub.io](https://operatorhub.io) on a Kubernetes cluster including OpenShift. + - [Installation from OperatorHub.io](doc/operatorhub-installation.md) -Follow these instructions to install the SusQL Operator with Helm on a Kubernetes cluster including OpenShift. -- [Installation with Helm](doc/helm-installation.md) +- Follow these instructions to install the SusQL Operator with Helm on a Kubernetes cluster including OpenShift. + - [Installation with Helm](doc/helm-installation.md) ## Using SusQL @@ -77,7 +77,7 @@ spec: args: ["infinity"] ``` -Energy of the group of pods is exposed in 2 ways: +Energy of the group of pods is exposed in two ways: * Through Prometheus at `http://prometheus-susql.openshift-kepler-operator.svc.cluster.local:9090` using the query `susql_total_energy_joules{susql_label_1=my-label-1,susql_label_2=my-label-2}` * From `status` of the `LabelGroup` CRD given as `labelgroup.status.totalEnergy`