我尝试使用 Docker 桌面安装 kubernetes。然而,一旦我输入
kubectl get nodes
Run Code Online (Sandbox Code Playgroud)
我收到远程 kubernetes 服务器无法访问错误。
I0217 23:42:56.224000 26220 versioner.go:56] Remote kubernetes server unreachable
Unable to connect to the server: dial tcp 172.28.112.98:6443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Run Code Online (Sandbox Code Playgroud)
有想法该怎么解决这个吗?
kubernetes ×1