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:
116
116
value : {{ .Values.PCM_PRINT_UNCORE_PMU_DISCOVERY | quote }}
117
117
- name : PCM_PRINT_TOPOLOGY
118
118
value : {{ .Values.PCM_PRINT_TOPOLOGY | quote }}
119
-
119
+ - name : PCM_NO_MAIN_EXCEPTION_HANDLER
120
+ value : {{ .Values.PCM_NO_MAIN_EXCEPTION_HANDLER | quote }}
120
121
{{- with .Values.probes }}
121
122
livenessProbe :
122
123
{{- include "pcm.probe" . | nindent 12 }}
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ nmiWatchdogMount: true
81
81
PCM_NO_UNCORE_PMU_DISCOVERY : 0 # skip 1: this is not required for direct privileged access and with 0 ends with WARNING enumaration failed
82
82
PCM_PRINT_UNCORE_PMU_DISCOVERY : 1 # show: discovered pmu
83
83
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
84
85
85
86
# ## =============================== Optional POD fields no related to PCM ===============================
86
87
# Pod level
You can’t perform that action at this time.
0 commit comments