Skip to content

Commit

Permalink
Disable dmesg enrichers by default (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn authored Jan 16, 2025
1 parent b36976c commit f231cdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions helm/robusta/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ builtinPlaybooks:
attach_logs: true
container_memory_graph: true
node_memory_graph: true
dmesg_log: true
dmesg_log: false
stop: true

# playbooks for prometheus alerts enrichment
Expand Down Expand Up @@ -303,7 +303,6 @@ builtinPlaybooks:
- node_running_pods_enricher: {}
- status_enricher:
show_details: true
- node_dmesg_enricher: {}

- name: "KubeNodeUnreachable"
triggers:
Expand Down

0 comments on commit f231cdd

Please sign in to comment.