Skip to content

Commit

Permalink
fix: minikube start.sh (#52)
Browse files Browse the repository at this point in the history
These days I am playing around with Parca with Python and I find that
the parca-demo's start.sh is outdated with the recent version of
minikube.
  • Loading branch information
dreamerlzl authored May 1, 2024
1 parent e04c3eb commit 1ec00c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

minikube start -p parca-demo \
--driver=virtualbox \
--runtime=docker \
--container-runtime=docker \
--kubernetes-version=stable \
--cpus=4 \
--memory=16gb \
Expand Down

0 comments on commit 1ec00c9

Please sign in to comment.