Skip to content

Commit

Permalink
include /usr/local/bin in path
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Trent <[email protected]>
  • Loading branch information
trent-s committed Oct 5, 2024
1 parent 6ffb146 commit 1cde696
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deployment/setup-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
echo "> Done"

0 comments on commit 1cde696

Please sign in to comment.