The connection to the server localhost:8080 was refused - did you specify the right host or port?
Tela de erro no Linux
The connection to the server localhost:8080 was refused - did you specify the right host or port?
Tela de erro no Linux
o mesmo problema aqui
Resolvi o problema da seguinte maneira:
Instalei o minikube
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
sudo install minikube-linux-amd64 /usr/local/bin/minikube
Iniciei o minikube
minikube start
Erro corrigido, obrigado !