Minikube
Bash completion
$ source <(minikube completion bash)
Start up minikube with podman (requires podman machine start)
$ minikube start --driver=podman
Custom profile with specific specs
minikube start --profile custom --cpus 8 --memory 30840
Works on Mac M1
$ minikube start --driver=qemu --network=socket_vmnet --container-runtime=containerd --cni=bridge --listen-address=0.0.0.0 --cpus=8 --memory=8192 --alsologtostderr -v=4