I
I
Ivan Vekov2020-05-27 23:08:51
linux
Ivan Vekov, 2020-05-27 23:08:51

minukube/kubernetes error: The connection to the server ***:8443 was refused - did you specify the right host or port?

Deployed minikube on "cloud hosting" (read VPS). Ubuntu, docker, minikube.
When the server itself crashes, an error occurs:

The connection to the server 199.66.111.8:8443 was refused - did you specify the right host or port?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Vekov, 2020-05-27
@vekov

1) Check if docker is running? If not, then run.

service docker status
service docker restart

2) Check if kubelet is running? If not, we start.
service kubelet status
service kubelet restart

3) Disable swap:
swapoff -a

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question