Skip to content

Commit

Permalink
remove --kubernetes-version=v1.20.7 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
allanchau committed May 31, 2023
1 parent fa37cdd commit 9f29444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/c-mk-start.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ const profile = program.P ? ` --profile ${program.P}` : '';
const command = `minikube start${profile}`;

exec(
`${command} --extra-config=apiserver.service-node-port-range=80-32767 --cpus=4 --memory=12288 --vm-driver=docker --kubernetes-version=v1.20.7`
`${command} --extra-config=apiserver.service-node-port-range=80-32767 --cpus=4 --memory=12288 --vm-driver=docker`
);

0 comments on commit 9f29444

Please sign in to comment.