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