prometheus-operator: migrate to argo+kustomize

v0.75.1 - same as in cluster currently
This commit is contained in:
2025-04-20 16:26:33 +03:00
parent 006240ee1a
commit 22b67fa4fc
3 changed files with 24 additions and 12 deletions

View File

@@ -1,11 +0,0 @@
# Prometheus operator
To deploy Prometheus operator:
```
curl -L https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.75.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