Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Lenson <nosnelmil@gmail.com>
  • Loading branch information
nosnelmil committed Feb 11, 2025
1 parent 01ad794 commit c5304d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/setup/setup_kind_metrics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ scp ./config/prometh_values_kn.yaml $NODE:/home/$(whoami)/prometh_values_kn.yaml
server_exec "helm install \
-n monitoring $release_label \
--version $prometheus_chart_version prometheus-community/kube-prometheus-stack \
-f /home/$(whoami)/prometh_values_kn.yaml \
--set prometheus.prometheusSpec.additionalArgs={--web.enable-admin-api}"
-f /home/$(whoami)/prometh_values_kn.yaml"

server_exec 'tmux new -s prometheusd -d'
server_exec 'tmux send -t prometheusd "while true; do kubectl port-forward -n monitoring svc/prometheus-operated 9090; done" ENTER'

0 comments on commit c5304d8

Please sign in to comment.