Skip to content
Snippets Groups Projects
  1. Apr 20, 2020
  2. Feb 11, 2020
  3. Dec 01, 2019
  4. Feb 05, 2019
  5. Nov 14, 2018
  6. Aug 16, 2018
    • Max Leonard Inden's avatar
      *.sh: Set sane bash options on shell scripts · cbb03d38
      Max Leonard Inden authored
      Adding the following accross the project:
      
      ```bash
      /# exit immediately when a command fails
      set -e
      /# only exit with zero if all commands of the pipeline exit successfully
      set -o pipefail
      /# error on unset variables
      +set -u
      
      ```
      cbb03d38
  7. 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
  8. Jul 08, 2018
  9. Jun 22, 2018
  10. May 29, 2018
  11. Apr 13, 2018
Loading