Last active
July 2, 2020 23:00
-
-
Save bharatmicrosystems/92341ce290908b021c22f6df1e009c53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ helm install prometheus stable/prometheus-operator --namespace monitoring | |
| NAME: prometheus | |
| LAST DEPLOYED: Thu Jul 2 23:08:57 2020 | |
| NAMESPACE: monitoring | |
| STATUS: deployed | |
| REVISION: 1 | |
| NOTES: | |
| The Prometheus Operator has been installed. Check its status by running: | |
| kubectl --namespace monitoring get pods -l "release=prometheus" | |
| Visit https://github.com/coreos/prometheus-operator for instructions on how | |
| to create & configure Alertmanager and Prometheus instances using the Operator. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment