Prometheus Installation with Prometheus Operator: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
Go to https://github.com/prometheus-operator/prometheus-operator, locate the latest release (Tags → v0.42.1) and download bundle.yaml. | Go to https://github.com/prometheus-operator/prometheus-operator, locate the latest release (Tags → v0.42.1) and download bundle.yaml. | ||
<syntaxhighlight lang='bash'> | |||
https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.42.1/bundle.yaml | |||
</syntaxhighlight> | |||
If deploying in a namespace other than the default namespace, adjust the namespace in ClusterRoleBinding. | If deploying in a namespace other than the default namespace, adjust the namespace in ClusterRoleBinding. | ||
=Removal= | =Removal= |
Revision as of 03:03, 14 October 2020
External
- https://coreos.com/operators/prometheus/docs/0.17.0/index.html
- https://github.com/prometheus-operator/prometheus-operator
Internal
Installation
Go to https://github.com/prometheus-operator/prometheus-operator, locate the latest release (Tags → v0.42.1) and download bundle.yaml.
https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.42.1/bundle.yaml
If deploying in a namespace other than the default namespace, adjust the namespace in ClusterRoleBinding.