I’m trying to follow the Get Started guide
But when i try to do the following command it doesn’t work:
Did you enable the Kubernetes service in Docker for Windows as the beginning of the tutorial explains? It looks like your cluster is not responding.
Try using:
kubectl cluster-info
and see if it returns information about the cluster. If it does not, you need to get the Kubernetes cluster running first.
Hey thank you for the response
This is the output for your command:
To further debug and diagnose cluster problems, use ‘kubectl cluster-info dump’.
Error from server (InternalError): an error on the server (“501 Not Implemented
”) has prevented the request from succeeding
The get started guide says:
After installing Docker Desktop, you should see a Docker icon in your system tray. Right-click on it, and navigate Settings → Kubernetes .
The problem is i don’t have that option on my docker menu
Are you running in windows container mode? Kubernetes only works in Linux container mode.
This solved the problem.
I think it should be specified in the get started steps
Thx a lot for the reply
Yes, you’re right, this should be on the docs, i’ll request a change. Thanks!