Skip to content

Commit

Permalink
added metrics server to kind cluster start
Browse files Browse the repository at this point in the history
  • Loading branch information
evghen1 authored May 4, 2023
1 parent f238daa commit 7f1cfca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/helm-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ if [ -e gcp.json ]
then
kubectl create secret docker-registry gcr-json-key --docker-server=eu.gcr.io --docker-username=_json_key --docker-password="$(cat ./gcp.json)" [email protected];
fi
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.6.3/components.yaml

0 comments on commit 7f1cfca

Please sign in to comment.