Skip to content

Commit

Permalink
use consistent capitalization of LabelGroup
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Trent <[email protected]>
  • Loading branch information
trent-s committed Jul 18, 2024
1 parent a135360 commit f813077
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/simplefaq.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ consumption of a well defined set of applications.
https://github.com/sustainable-computing-io/susql-operator


- What is an SusQL labelgroup?
- What is an SusQL LabelGroup?
- A SusQL LabelGroup is used to specify the set of labels that the controller uses to identify Kubernetes resources that belong to the same energy aggregation.


- How do I create an SusQL labelgroup?
- Either the oc command or the kubectl command can be used to apply an SusQL labelgroup definition such as this:
- How do I create an SusQL LabelGroup?
- Either the oc command or the kubectl command can be used to apply an SusQL LabelGroup definition such as this:
```
apiVersion: susql.ibm.com/v1
kind: LabelGroup
Expand All @@ -65,14 +65,14 @@ spec:


- What can I do with SusQL?
- Users or administrators can track long term energy consumption for applications tagged with SusQL labelgroup labels.
- Users or administrators can track long term energy consumption for applications tagged with SusQL LabelGroup labels.


- How can I visualize SusQL data?
- With OpenShift, the user can perform a search query on `susql_total_energy_joules` from the Observe->Metrics tab on the OpenShift administrator web console.


- Please show me a sample SusQL labelgroup.
- Please show me a sample SusQL LabelGroup.
```
apiVersion: susql.ibm.com/v1
kind: LabelGroup
Expand All @@ -86,7 +86,7 @@ spec:
```


- How do I enable an application to be part of a labelgroup?
- How do I enable an application to be part of a LabelGroup?
- You could add the labels to the pod definition like this:
```
apiVersion: v1
Expand Down

0 comments on commit f813077

Please sign in to comment.