Skip to content
Snippets Groups Projects
  1. Jul 24, 2018
    • Saverio Proto's avatar
      metrics-server: enable access to nodes/stats · e47243b4
      Saverio Proto authored
      Without this access the logs of metrics-server will show the following error line:
      ```
      unable to fully scrape metrics from source kubelet_summary:k8s-1: unable to fetch metrics from Kubelet k8s-1 (10.8.10.14): request failed - "403 Forbidden", response: "Forbidden (user=system:serviceaccount:kube-system:metrics-server, verb=get, resource=nodes, subresource=stats)",
      ```
      and `kubectl top nodes` will give no results
      e47243b4
  2. Jul 23, 2018
  3. Jul 20, 2018
  4. Jul 19, 2018
  5. Jul 18, 2018
  6. Jul 17, 2018
  7. Jul 10, 2018
  8. Jul 09, 2018
  9. Jul 08, 2018
  10. Jul 04, 2018
  11. Jul 03, 2018
  12. Jul 02, 2018
  13. Jul 01, 2018
  14. Jun 30, 2018
  15. Jun 28, 2018
  16. Jun 27, 2018
  17. Jun 26, 2018
  18. Jun 25, 2018
    • Max Leonard Inden's avatar
      kube-prometheus/Makefile: Change target output from files to folder · 22066b47
      Max Leonard Inden authored
      Previously the `manifests` and `vendor` folder content has been build
      via `manifests/**` and `vendor/**` target definitions. This results in
      two issues:
      
      1. The GNU Make recipe is executed for every single file in the folders.
      
      2. Not all timestamps inside the `manifests` folder would be updated on
      every run, thereby needing to be rerun on all following target
      executions.
      
      Solution:
      
      1. Define the target based on the folder, not individual files
      
      2. Remove target folder before execution recipe to ensure all timestamps
      are updated.
      22066b47
    • Frederic Branczyk's avatar
      63129980
Loading