Skip to content
Snippets Groups Projects
  1. May 06, 2018
  2. Apr 28, 2018
  3. Apr 23, 2018
  4. Apr 13, 2018
  5. Mar 26, 2018
  6. Mar 19, 2018
    • Max Leonard Inden's avatar
      contrib/kube: Add rbac role to discover prometheus · 310f471c
      Max Leonard Inden authored
      The current example-app setup in the kube-prometheus project is able to
      discover scraping targets in the default namespace. It is not able to
      discover the configured Alertmanager in the monitoring namespace.
      
      This patch adds an alertmanager-discovery rbac role, to permit the
      above described action. In addition it does the following cleanups:
      
      - Remove kubeconfig configuration in deploy and teardown script. kubectl
      chooses .kube/config whenever KUBECONFIG is not set by default
      
      - Remove namespace specification option via NAMESPACE env var. In most
      of the manifests the metadata/namespace was hardcoded anyways, in
      addition in the promtheus frontend role binding the service account
      namespace is hardcoded to default as well.
      
      - Instead of `kubectl {apply,delete}` individual manifests, the deploy
      and teardown shell scripts {apply,delete} on the entire folder.
      310f471c
    • Max Leonard Inden's avatar
      Unify rule file label accross repository · 2f302943
      Max Leonard Inden authored
      In some cases we have been using `alert-rules` in some cases
      `prometheus-rulefiles`. This led to confusion [1]. Instead, unify the
      Prometheus rules configmap labels to:
      
      ```yaml
      labels:
        role: alert-rules
      ```
      
      [1] https://github.com/coreos/prometheus-operator/issues/1102
      2f302943
  7. Mar 08, 2018
  8. Mar 01, 2018
  9. Feb 26, 2018
  10. Feb 12, 2018
  11. Feb 09, 2018
  12. Feb 08, 2018
  13. Feb 04, 2018
  14. Jan 31, 2018
  15. Jan 30, 2018
  16. Jan 26, 2018
  17. Jan 23, 2018
  18. Jan 19, 2018
  19. Jan 15, 2018
  20. Jan 10, 2018
  21. Dec 27, 2017
  22. Nov 29, 2017
  23. Nov 27, 2017
  24. Nov 22, 2017
  25. Oct 30, 2017
  26. Oct 22, 2017
  27. Oct 17, 2017
  28. Oct 13, 2017
  29. Oct 11, 2017
  30. Sep 22, 2017
  31. Sep 15, 2017
  32. Sep 14, 2017
  33. Sep 09, 2017
Loading