diff --git a/deployment/setup-local.sh b/deployment/setup-local.sh index 24db11d..0bc7af2 100644 --- a/deployment/setup-local.sh +++ b/deployment/setup-local.sh @@ -6,6 +6,8 @@ set -o pipefail KEPLER_NS=kepler PROMETHEUS_NS=monitoring +export PATH=$PATH:/usr/local/bin + echo "> Creating Kind cluster" echo "> Configure cluster to run Kepler" echo "> Mount /proc - to expose information about processes running on the host" @@ -71,4 +73,4 @@ kubectl cp deployment/kepler_dashboard.json monitoring/$GF_POD:/tmp/dashboards/k # Optional: Delete Kind cluster after use # kind delete cluster --name="$CLUSTER_NAME" - echo "> Done" \ No newline at end of file + echo "> Done"