You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deployment/pcm/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,22 @@ Helm chart instructions
4
4
5
5
### Features:
6
6
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)),
9
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`)
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).
12
12
- Deploy to own namespace with "helm install ... **-n pcm --create-namespace**"
13
13
14
14
#### Integration features:
15
15
16
16
- 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)),
18
18
- Integration with NRI balloons policy plugin (value: `nriBalloonsPolicyIntegration`),
19
19
20
20
#### Debugging features:
21
21
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)),
0 commit comments