File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ nmiWatchdogMount: true
8181PCM_NO_UNCORE_PMU_DISCOVERY : 0 # skip 1: this is not required for direct privileged access and with 0 ends with WARNING enumaration failed
8282PCM_PRINT_UNCORE_PMU_DISCOVERY : 1 # show: discovered pmu
8383PCM_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
You can’t perform that action at this time.
0 commit comments