As a private cloud owner, I want to receive alerts in my Discord server when something goes wrong with my cluster. #176
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Suggested approach
https://docs.okd.io/latest/observability/monitoring/configuring-core-platform-monitoring/configuring-alerts-and-notifications.html#configuring-alerts-and-notifications
New plan :
oc -n openshift-monitoring get secret alertmanager-main --template='{{ index .data "alertmanager.yaml" }}' | base64 --decode > alertmanager.yaml