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
+28-8
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,14 @@ Helm chart instructions
4
4
5
5
### Features:
6
6
7
-
- Configurable as non-privileged container (value: `privileged=false`, default) and privileged container,
7
+
- Configurable as non-privileged container (value: `privileged`, default: false) and privileged container,
8
8
- Support for bare-metal and VM host configurations (files: [values-metal.yaml](values-metal.yaml), [values-vm.yaml](values-vm.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
10
- Linux Watchdog handling (controlled with `PCM_KEEP_NMI_WATCHDOG`, `PCM_NO_AWS_WORKAROUND`, `nmiWatchdogMount` values).
11
11
- Deploy to own namespace with "helm install ... **-n pcm --create-namespace**".
12
-
- Silent mode (value: `silent=false`, default).
13
-
- Backward compatbile with older Linux kernels (<5.8) - (value: cap_perfmon).
12
+
- Silent mode (value: `silent`, default: false).
13
+
- Backward compatible with older Linux kernels (<5.8) - (value: cap_perfmon, default: false).
- Full set of metrics (uncore/UPI, RDT, energy) requires bare-metal or .metal cloud instance.
@@ -180,7 +180,27 @@ kubectl get sts prometheus-prometheus-kube-prometheus-prometheus
180
180
Note: `podMonitorSelectorNilUsesHelmValues` is disabled (set to false) so Prometheus operator will be able to handle PCM podMonitor deployed without extra `podMonitorLabels` or otherwise pcm need to be deployed like this:
181
181
`helm install pcm . --set podMonitor=true --set podMonitorLabels.release=prometheus` (assuming Prometheus operator was deployed as "prometheus")
182
182
183
-
#### 5) Deploy PCM helm chart
183
+
184
+
#### 5) (Optionally) Deploy metric-server and vertical-pod-autoscaler
185
+
186
+
Note this is irrelevant to pcm-sensor-server functionality, but useful to observer pcm pod CPU/memory usage:
0 commit comments