Skip to content

Commit

Permalink
extra env PCM_NO_MAIN_EXCEPTION_HANDLER
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalucki committed Jun 3, 2024
1 parent 3d76140 commit cc88779
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/pcm/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ spec:
value: {{ .Values.PCM_PRINT_UNCORE_PMU_DISCOVERY | quote }}
- name: PCM_PRINT_TOPOLOGY
value: {{ .Values.PCM_PRINT_TOPOLOGY | quote }}

- name: PCM_NO_MAIN_EXCEPTION_HANDLER
value: {{ .Values.PCM_NO_MAIN_EXCEPTION_HANDLER | quote }}
{{- with .Values.probes }}
livenessProbe:
{{- include "pcm.probe" . | nindent 12 }}
Expand Down
1 change: 1 addition & 0 deletions deployment/pcm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ nmiWatchdogMount: true
PCM_NO_UNCORE_PMU_DISCOVERY: 0 # skip 1: this is not required for direct privileged access and with 0 ends with WARNING enumaration failed
PCM_PRINT_UNCORE_PMU_DISCOVERY: 1 # show: discovered pmu
PCM_PRINT_TOPOLOGY: 0 # show individual CPU topology for each core (plenty of lines)
PCM_NO_MAIN_EXCEPTION_HANDLER: 0 # show full call stack of error

### =============================== Optional POD fields no related to PCM ===============================
# Pod level
Expand Down

0 comments on commit cc88779

Please sign in to comment.