Skip to content

Commit

Permalink
Creating an alert does not use curl (#500)
Browse files Browse the repository at this point in the history
The Creating a standard alert route in Alertmanager section no longer
uses curl to verify the configuration was loaded, since it uses the
prometheus pod and the wget command instance. Removes an extra procedure
step that is no longer applicable.
  • Loading branch information
leifmadsen authored Oct 3, 2023
1 parent e99b8a1 commit ac64c72
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,6 @@ $ oc exec -it prometheus-default-0 -c prometheus -- sh -c "wget --header \"Autho

. Verify that the `configYAML` field contains the changes you expect.

. To clean up the environment, delete the `curl` pod:
+
[source,bash]
----
$ oc delete pod curl
pod "curl" deleted
----

.Additional resources

* For more information about the {OpenShift} secret and the Prometheus operator, see https://github.com/coreos/prometheus-operator/blob/master/Documentation/user-guides/alerting.md[Prometheus user guide on alerting].

0 comments on commit ac64c72

Please sign in to comment.