Skip to content

Instantly share code, notes, and snippets.

@rafaelfelix
Last active November 14, 2019 15:39
Show Gist options
  • Save rafaelfelix/c8a77a2884eda9b85ab01abb3282d580 to your computer and use it in GitHub Desktop.
Save rafaelfelix/c8a77a2884eda9b85ab01abb3282d580 to your computer and use it in GitHub Desktop.
spark-on-k8s-start-minikube.sh
#!/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