Skip to content

Commit

Permalink
readme: reminder about removing msr kernel module
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalucki committed May 20, 2024
1 parent 653e669 commit 61607db
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deployment/pcm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,17 @@ More information here: https://kubernetes.io/docs/tutorials/security/ns-level-ps
- docker service up and running.
- full set of metrics available only bare-metal instance or Cloud .metal instance.

#### 1) (Optionally) mount resctrl filesystem (for RDT metrics)
#### 1) (Optionally) mount resctrl filesystem (for RDT metrics) to unload "msr" kernel module for validation

```
mount -t resctrl resctrl /sys/fs/resctrl
```

For validation to verify that all metrics are available without msr, unload "msr" module from kernel:
```
rmmod msr
```

#### 2) Create kind based Kubernetes cluster

```
Expand Down

0 comments on commit 61607db

Please sign in to comment.