1. 25 Dec, 2019 1 commit
  2. 17 Sep, 2019 1 commit
    • gitlawr's avatar
      Adapt logging to PSP restricted clusters · c5aa5fd2
      gitlawr authored
      Add PSP and related role/rolebinding/SA resources to logging chart.
      The PSP contains restricted rules + hostPath volume.
      Also, remove unnecessary privileged escalation from log-aggregator.
      c5aa5fd2
  3. 10 Sep, 2019 1 commit
  4. 29 Aug, 2019 1 commit
    • gitlawr's avatar
      Adapt monitoring to restricted PSP clusters · 394986a9
      gitlawr authored
      Problem:
      Fail to enable monitoring on restricted PSP clusters.
      
      Solution:
      1. Update grafana to run as grafana user.
      2. Update nginx sidecars to run as nginx user, move files to the user
      home directory(/var/cache/nginx) and listen on non privileged 8080 port.
      With 1 & 2, project monitoring works in restricted clusters out of the
      box.
      3. Add necessary PSP/role/rb resource to node-exporter, which is used by
      cluster monitoring.
      394986a9