minikube -The system cannot find the path specified..
Kubernetes2019. 1. 7. 08:13
윈도우(Windows)에서 minikube start 명령을 실행했을 때 다음과 같은 오류가 발생하는 경우가 있다.
D:\tmp>minikube start --bootstrapper kubeadm --memory 4096
Starting local Kubernetes v1.12.4 cluster...
Starting VM...
Downloading Minikube ISO
178.88 MB / 178.88 MB [============================================] 100.00% 0s
E0104 10:20:54.727967 15524 start.go:187] Error starting host: Error creating host: Error executing step: Creating VM.
: open /Users/daniel/.minikube/cache/iso/minikube-v0.32.0.iso: The system cannot find the path specified..
Retrying.
E0104 10:20:54.732965 15524 start.go:193] Error starting host: Error creating host: Error executing step: Creating VM.
: open /Users/daniel/.minikube/cache/iso/minikube-v0.32.0.iso: The system cannot find the path specified.
================================================================================
An error has occurred. Would you like to opt in to sending anonymized crash
information to minikube to help prevent future errors?
To opt out of these messages, run the command:
minikube config set WantReportErrorPrompt false
================================================================================
Please enter your response [Y/n]:
이럴 때는 MINIKUBE_HOME 환경 변수를 설정하면 된다.
minikube를 Chocolatey로 설치했다면 다음과 같이 설정한 후 다시 minikube start 명령을 실행한다.
D:\tmp>set MINIKUBE_HOME=C:\ProgramData\chocolatey\lib\Minikube\tools
D:\tmp>minikube start --bootstrapper kubeadm --memory 4096
EOF
'Kubernetes' 카테고리의 다른 글
유용한 쿠버네티스 커맨드 모음(Kubernetes commands) (0) | 2021.05.07 |
---|---|
쿠버네티스(kubernetes)의 imagePullPolicy (0) | 2019.12.22 |
윈도(Windows)에서 도커 IP 주소 조회 (0) | 2018.06.20 |
쿠버네티스 네임스페이스(namespace)의 이름 제약 (0) | 2018.06.11 |
도커(docker) 이미지의 내용이 궁금할 때 (0) | 2018.05.05 |
댓글()