minikube 실습 도중
The "virtualbox" driver should not be used with root privileges. 이란 메시지가 출력되었는데
간단하게
minikube start --force를 입력하니 잘 됐당 ..
또는 루트사용자가 아닌 다른 사용자로 접속해도 minikube를 사용할 수 있다고하는데 해보진 않았다
https://github.com/kubernetes/minikube/issues/7083
The "virtualbox" driver should not be used with root privileges · Issue #7083 · kubernetes/minikube
minikube start --driver=virtualbox while I start the minikube on centos7 it throws the info,I know maybe the priveleges on stating virtualbox ,but I don't know how to change the virtualbox priv...
github.com