#!/bin/bash
set -o nounset
set -o errexit
set -o pipefail
  # set -o xtrace

BASE=$(cd `dirname $0`; cd ../; pwd)

bash $BASE/monitor/kube-prometheus-0.13.0/install
