kube/prometheus-operator
Lauri Võsandi 2e67269b5b prometheus-operator: Bump to 0.67.1 2023-08-19 09:26:13 +03:00
..
.gitignore prometheus-operator: Remove bundle.yml 2022-12-24 21:07:07 +02:00
README.md prometheus-operator: Bump to 0.67.1 2023-08-19 09:26:13 +03:00

README.md

Prometheus operator

To deploy Prometheus operator:

curl -L https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.67.1/bundle.yaml | sed -e 's/namespace: default/namespace: prometheus-operator/g' > bundle.yml
kubectl create namespace prometheus-operator
kubectl apply --server-side -n prometheus-operator -f bundle.yml

Note: Do not put any Prometheus instances or exporters in this namespace, instead have them in monitoring namespace