Skip to content

Commit

Permalink
fix: removed requested kubernetes version that's too low for github
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed May 7, 2024
1 parent e431b02 commit 7978122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Note: run from root
# This is used to run and connect minikube cluster

pgrep -f "[m]inikube" >/dev/null || minikube start --kubernetes-version="v1.16.4" --extra-config=apiserver.v=4 || { echo 'Cannot start minikube.'; exit 1; }
pgrep -f "[m]inikube" >/dev/null || minikube start || { echo 'Cannot start minikube.'; exit 1; }
eval "$(minikube docker-env)" || { echo 'Cannot switch to minikube docker'; exit 1; }
kubectl config use-context minikube

Expand Down

0 comments on commit 7978122

Please sign in to comment.