Skip to content

Commit cc88779

Browse files
committed
extra env PCM_NO_MAIN_EXCEPTION_HANDLER
1 parent 3d76140 commit cc88779

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

deployment/pcm/templates/daemonset.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ spec:
116116
value: {{ .Values.PCM_PRINT_UNCORE_PMU_DISCOVERY | quote }}
117117
- name: PCM_PRINT_TOPOLOGY
118118
value: {{ .Values.PCM_PRINT_TOPOLOGY | quote }}
119-
119+
- name: PCM_NO_MAIN_EXCEPTION_HANDLER
120+
value: {{ .Values.PCM_NO_MAIN_EXCEPTION_HANDLER | quote }}
120121
{{- with .Values.probes }}
121122
livenessProbe:
122123
{{- include "pcm.probe" . | nindent 12 }}

deployment/pcm/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ nmiWatchdogMount: true
8181
PCM_NO_UNCORE_PMU_DISCOVERY: 0 # skip 1: this is not required for direct privileged access and with 0 ends with WARNING enumaration failed
8282
PCM_PRINT_UNCORE_PMU_DISCOVERY: 1 # show: discovered pmu
8383
PCM_PRINT_TOPOLOGY: 0 # show individual CPU topology for each core (plenty of lines)
84+
PCM_NO_MAIN_EXCEPTION_HANDLER: 0 # show full call stack of error
8485

8586
### =============================== Optional POD fields no related to PCM ===============================
8687
# Pod level

0 commit comments

Comments
 (0)