Skip to content
Snippets Groups Projects
  1. Feb 10, 2022
  2. Apr 20, 2020
  3. Feb 11, 2020
  4. Dec 01, 2019
  5. Feb 05, 2019
  6. Nov 14, 2018
  7. 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
  8. 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
  9. Jul 08, 2018
  10. Jun 22, 2018
  11. May 29, 2018
  12. Apr 13, 2018
Loading