Skip to content
Snippets Groups Projects
  1. Jul 13, 2020
  2. Jul 09, 2020
  3. Jul 03, 2020
    • Frederic Branczyk's avatar
      Merge pull request #600 from tkashem/etcd-latency-metrics · bce16b41
      Frederic Branczyk authored
      enable etcd latency metrics in kube-apiserver
      bce16b41
    • Abu Kashem's avatar
      enable etcd latency metrics in kube-apiserver · 4d6e3d5c
      Abu Kashem authored
      kube-apiserver has a histogram etcd_request_duration_seconds that
      measures latency between the kube-apiserver and etcd instance.
      This metrics is currently dropped by cluster-prometheus. Enable
      this metrics so we have visibility into etcd latency.
      
      We ensured that this does not enable other unwanted metrcis
      
      count by(name) ({name=~"etcd_request.+"})
      
      etcd_request_duration_seconds_bucket
      etcd_request_duration_seconds_count
      etcd_request_duration_seconds_sum
      4d6e3d5c
  4. Jun 30, 2020
  5. Jun 29, 2020
  6. Jun 26, 2020
  7. Jun 24, 2020
  8. Jun 23, 2020
  9. Jun 22, 2020
  10. Jun 21, 2020
  11. Jun 19, 2020
  12. May 27, 2020
  13. May 26, 2020
  14. May 25, 2020
  15. May 24, 2020
    • dmayle's avatar
      Update kubelet config section and compatibility · 37fb5cb5
      dmayle authored
      This readme update includes two changes:
       1) Update the kubelet config requirements to mention the modern (non-deprecated) kubelet configuration values that can be used in place of the flags
       2) Update the compatibility matrix to mention the issue running release-0.4 on kubernetes versions 1.16.2 through 1.16.4, including a workaround.
      37fb5cb5
  16. May 20, 2020
  17. May 15, 2020
  18. May 13, 2020
Loading