Previously, one would need to execute minikube-install to start minikube with the rbac and psp policies enabled as these extra arguments are not supported in the minikube config. This update allows the use of minikube-start to spin up minikube in a production-like state without remembering the correct arguments.
In addition, this update brings minikube support to the popular linux distributions: debian, ubuntu, fedora, and centos.
NOTES:
Previously, one would need to execute minikube-install to start minikube with the rbac and psp policies enabled as these extra arguments are not supported in the minikube config. This update allows the use of
minikube-start
to spin up minikube in a production-like state without remembering the correct arguments.In addition, this update brings minikube support to the popular linux distributions: debian, ubuntu, fedora, and centos.