Last active
November 14, 2019 15:39
-
-
Save rafaelfelix/c8a77a2884eda9b85ab01abb3282d580 to your computer and use it in GitHub Desktop.
spark-on-k8s-start-minikube.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
K8S_VERSION=v1.15.4 | |
MINIKUBE_VMDRIVER=virtualbox | |
minikube start --cpus=4 --memory=4000mb --vm-driver=${MINIKUBE_VMDRIVER} --kubernetes-version=${K8S_VERSION} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment