2020. 8. 21. 14:01ㆍSystem/Beginner
Error: Unable to connect to the server: dial tcp 192.168.39.217:8443: connect: no route to host
출처: https://github.com/kubernetes/minikube/issues/5801
The "kvm2" driver should not be used with root privileges. · Issue #5801 · kubernetes/minikube
Hi, I am trying to start the minikube with kvm2 driver. I getting the below while starting the minikube. minikube start --vm-driver kvm2 😄 minikube v1.4.0 on Ubuntu 18.04 🛑 The "kvm2" dri...
github.com
답변: If minikube continues to fail as a non-root user, I encourage you to update to the latest minikube and provide the output of minikube start --alsologtostderr -v=1. Thank you!
터미널에 minikube start --alsologtostderr -v=1
error가 떴던 이유: sudo minikube start에서 kvm2가 루트권한으로 실행되지 않았었음.
'System > Beginner' 카테고리의 다른 글
K8S: Hadoop, Spark 실습 (0) | 2020.08.25 |
---|---|
Kubernetes 실행 정리 (0) | 2020.08.24 |
쿠버네티스-하둡 설치 (0) | 2020.08.19 |
Kubernetes Spark, Hadoop 설치하기 (0) | 2020.08.18 |
Kubernetes 에러났을 때 (0) | 2020.08.18 |