Skip to content

Commit a20bb58

Browse files
committed
fix formatting
1 parent 7c9a243 commit a20bb58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deployment/pcm/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Helm chart instructions
55
### Features:
66

77
- privilege and non-privileged container (value: `privileged`),
8-
- bare-metal and VM host configurations (files: values-metal.yaml, values-vm.yaml),
9-
- Ability to deploy multiple releases alongside configured differently to handle different kinds of machines (bare-metal, VM) at the same time,
10-
- Controllable set of metrics and method of collection (RDT, uncore), support direct (msr) and indirect (Linux abstractions perf/resctrl) counter accesses (file: values-indirect.yaml)
8+
- bare-metal and VM host configurations (files: `values-metal.yaml`, `values-vm.yaml`),
9+
- Ability to deploy multiple releases alongside configured differently to handle different kinds of machines (bare-metal, VM) at the [same time](#heterogeneous-mixed-vmmetal-instances-cluster),
10+
- Controllable set of metrics and method of collection (RDT, uncore), support direct (msr) and indirect (Linux abstractions perf/resctrl) counter accesses (file: `values-indirect.yaml`)
1111
- Linux Watchdog handling (controlled with PCM_KEEP_NMI_WATCHDOG, PCM_NO_AWS_WORKAROUND, nmiWatchdogMount values)
1212
- Deploy to own namespace with "helm install ... **-n pcm --create-namespace**"
1313

@@ -170,7 +170,7 @@ helm install pcm . -n pcm --set nfd=true --set podMonitor=true
170170

171171
#### 6) Check metrics
172172

173-
# Run proxy in background
173+
Run proxy in background:
174174
```
175175
kubectl proxy &
176176
# for access from another host TODO to be remove

0 commit comments

Comments
 (0)