integr8ly / application-monitoring-operator

Operator for installing the Application Monitoring Stack on OpenShift (Prometheus, AlertManager, Grafana)
Apache License 2.0
30 stars 44 forks source link

remove the installations commands from the readme and create an installation script #39

Closed austincunningham closed 5 years ago

austincunningham commented 5 years ago

why:

reduce the amount of commands a developer has to run to get started with application-monitoring-operator

Verification:

Check the project exists

$ oc project Using project "application-monitoring" on server "https://your-cluster-ip:8443"

Check the pods exist e.g.

$ oc get pods NAME READY STATUS RESTARTS AGE alertmanager-application-monitoring-0 2/2 Running 0 1h application-monitoring-operator-77cdbcbff-fbrnr 1/1 Running 0 1h grafana-deployment-6dc8df6bb4-rxdjs 1/1 Running 0 49m grafana-operator-7c4869cfdc-6sdv9 1/1 Running 0 1h prometheus-application-monitoring-0 4/4 Running 1 36m prometheus-operator-7547bb757b-46lwh 1/1 Running 0 1h