Skip to content

Commit 50a195d

Browse files
committed
formatting + links do values
1 parent 2305a9e commit 50a195d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

deployment/pcm/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ Helm chart instructions
44

55
### Features:
66

7-
- privilege and non-privileged container (value: `privileged`),
8-
- bare-metal and VM host configurations (files: [values-metal.yaml](), [values-vm.yaml]()),
7+
- Configurable as non-privileged container (value: `privileged=false` / default) and privileged container,
8+
- Support for bare-metal and VM host configurations (files: [values-metal.yaml](values-metal.yaml), [values-vm.yaml](values-metal.yaml)),
99
- 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`)
11-
- Linux Watchdog handling (controlled with PCM_KEEP_NMI_WATCHDOG, PCM_NO_AWS_WORKAROUND, nmiWatchdogMount values)
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`).
11+
- 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

1414
#### Integration features:
1515

1616
- node-feature-discovery based nodeSelector and nodeAffinity (values: nfd, nfdBaremetalAffinity, nfdRDTAffinity),
17-
- Examples for non-privileged mode using device plugin ("smarter-devices-manager") or using NRI device-injector plugin (TODO) (file: values-smarter-devices-cpu-mem.yaml),
17+
- Examples for non-privileged mode using device plugin ("smarter-devices-manager") or using NRI device-injector plugin (TODO) (file: [values-smarter-devices-cpu-mem.yaml](values-smarter-devices-cpu-mem.yaml) ),
1818
- Integration with NRI balloons policy plugin (value: `nriBalloonsPolicyIntegration`),
1919

2020
#### Debugging features:
2121

22-
- Local image registry for development (file: values-local-image.yaml),
22+
- Local image registry for development (file: [values-local-image.yaml](values-local-image.yaml) ),
2323
- Deploy Prometheus operator' PodMonitor (value: `podMonitor`)
2424

2525
### Getting started
@@ -165,7 +165,7 @@ Check that resctrl is available inside kind node:
165165
docker exec kind-control-plane ls /sys/fs/resctrl/info
166166
```
167167

168-
Export kind kubeconfig as default for furhter kubectl commands:
168+
Export kind kubeconfig as default for further kubectl commands:
169169
```
170170
kind export kubeconfig
171171
```

0 commit comments

Comments
 (0)