Skip to content
Snippets Groups Projects
  1. May 11, 2018
    • Max Leonard Inden's avatar
      contrib/kube-prometheus: add `-f` to `rm` in `build.sh` · 0124e8c2
      Max Leonard Inden authored
      According to the man pages of `rm` and the `-f` option:
      > Attempt to remove the files without prompting for confirma- tion,
      > regardless of the file's permissions.  If the file does not exist, do
      > not display a diagnostic message or modify the exit status to reflect an
      > error.  The -f option overrides any previous -i options.
      
      This patch prevents the `build.sh` script from failing if files do not
      exist when attempting to delete them.
      0124e8c2
    • piglei™'s avatar
      kube-prometheus: fix alert rule K8SManyNodesNotReady (#1313) · a9e667d2
      piglei™ authored
      * kube-prometheus: fix alert rule K8SManyNodesNotReady
      
      * fix alert "K8SManyNodesNotReady" in helm templates & make generate
      
      * Use sync_kube_prometheus.py to make rules in helm in sync
      a9e667d2
  2. May 10, 2018
  3. May 08, 2018
  4. May 06, 2018
  5. Apr 28, 2018
  6. Apr 26, 2018
  7. Apr 23, 2018
  8. Apr 22, 2018
  9. Apr 18, 2018
  10. Apr 17, 2018
  11. Apr 15, 2018
    • naseemkullah's avatar
      Update kube-prometheus-on-kubeadm.md · 73b3259f
      naseemkullah authored
      In kubeadm 1.10 (and perhaps earlier versions, not sure), ctrl-mgr and scheduler pods' label key is `component=` rather than `k8s-app=`, which is the selector key used for kube-prometheus exporters for these components.
      73b3259f
  12. Apr 13, 2018
  13. Apr 11, 2018
  14. Apr 10, 2018
  15. Apr 09, 2018
  16. Apr 07, 2018
  17. Apr 05, 2018
    • Richard Maynard's avatar
      charts: Add Core DNS Support (#1176) · 889eca2c
      Richard Maynard authored
      * charts: Add Core DNS Support
      
      With CoreDNS becoming a first class citizen it should be an optional part
      of the kube-prometheus deployment.
      
      Fixes: #1174
      
      * added kube-prometheus service and service monitor
      
      In order to work directly with a cluster created by bootkube used port 9153,
      and created a service exposing metrics since bootkube does does not. Also in
      the helm chart changed the default port to 9153 since that is the coredns
      plugins default port and to be consistent throughout the repo.
      889eca2c
  18. Apr 04, 2018
  19. Mar 26, 2018
Loading