Ensure MiniKube start command works by removing Kubernetes version and authorization params

This commit is contained in:
Nick Greenfield 2021-07-16 15:29:29 -07:00
parent d983c8c09f
commit 565378441f
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ minikube config set vm-driver [driver_name]
Use 1.13.x or newer version of Kubernetes with `--kubernetes-version`
```bash
minikube start --cpus=4 --memory=4096 --kubernetes-version=1.16.2 --extra-config=apiserver.authorization-mode=RBAC
minikube start --cpus=4 --memory=4096
```
3. Enable dashboard and ingress addons