티스토리 뷰
CLOUD/Kubernetes
에러해결 하기 Alert!: Unable to connect to remote host. lynx: Can't access startfile
헐리 2021. 9. 1. 15:47Alert!: Unable to connect to remote host. lynx: Can't access startfile
minikube로 NodePort서비스를 만들어 외부접속을 시도했다
minikube service nginx-deployment-66b6c48dd5-fdt4h
다음과 같은 에러가 났다.
|-----------|-----------------------------------|-------------|-----------------------------|
| NAMESPACE | NAME | TARGET PORT | URL |
|-----------|-----------------------------------|-------------|-----------------------------|
| default | nginx-deployment-66b6c48dd5-fdt4h | 8080 | <URL>
|-----------|-----------------------------------|-------------|-----------------------------|
🎉 Opening service default/nginx-deployment-66b6c48dd5-fdt4h in default browser...
Looking up <URL>
Making HTTP connection to <URL>
Alert!: Unable to connect to remote host.
lynx: Can't access startfile <URL>
/usr/bin/xdg-open: 869: links2: not found
/usr/bin/xdg-open: 869: elinks: not found
/usr/bin/xdg-open: 869: links: not found
Looking up 192.168.99.100:31032
Making HTTP connection to <URL>
Alert!: Unable to connect to remote host.
lynx: Can't access startfile <URL>
/usr/bin/xdg-open: 869: w3m: not found
xdg-open: no method available for opening <URL>
❌ Exiting due to HOST_BROWSER: exit status 3