Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
HermioneKT committed Apr 10, 2024
1 parent 794a55e commit db2ebcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/power_manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

4. **Power Profile**: predefined configuration that specifies how the system should manage power consumption for various components such as CPUs. It includes settings applied to host level such as CPU frequency, governor etc.

4. **Power Workload**: the object used to define the lists of CPUs configured with a particular PowerProfile. A power workload is created for each PowerProfile on each Node with the Power Node Agent deployed. A power workload is represented in the Intel Power Optimization Library by a Pool. The Pools hold the values of the PowerProfile used, their frequencies, and the CPUs that need to be configured. The creation of the Pool – and any additions to the Pool – then
4. **Power Workload**: the object used to define the lists of CPUs configured with a particular Power Profile. A power workload is created for each Power Profile on each Node with the Power Node Agent deployed. A power workload is represented in the Intel Power Optimization Library by a Pool. The Pools hold the values of the Power Profile used, their frequencies, and the CPUs that need to be configured. The creation of the Pool – and any additions to the Pool – then
carries out the changes.

## Setup
Execute the following below **as a non-root user with sudo rights** using **bash**:
1. Follow [a quick-start guide](quickstart_guide.md) to set up a Knative cluster.
2. export NODE_NAME= *Name of the node you want to apply shared profile on*
3. On master node, run K8s power manager set up script:
2. On master node, export NODE_NAME to your node name and run K8s power manager set up script:
```bash
export NODE_NAME= *Name of the node you want to apply shared profile on*
./scripts/power_manager/setup_power_manager.sh;
```

Expand Down

0 comments on commit db2ebcb

Please sign in to comment.