Kubernetes - Monitoring and Logging
This Alertmanager config snippet causes an error:
receivers:
- name: 'ops'
slack_configs:
- channel: '#alerts'
routes:
- receiver: 'ops'
match_re:
severity: '^(critical|warning)$'
What is the likely cause?
