This commit is contained in:
2020-06-25 11:45:07 +02:00
parent 86ab365f03
commit b63246be9e
19 changed files with 459 additions and 2 deletions

5
prometheus/README.md Normal file
View File

@@ -0,0 +1,5 @@
from :https://github.com/coreos/prometheus-operator/blob/master/Documentation/additional-scrape-config.md
# create new secret:
kubectl create secret generic additional-scrape-configs --from-file=prometheus-additional.yaml --dry-run -oyaml > additional-scrape-configs.yaml
# add "namespace: monitoring"
# apply