Issue:
kubectl Unable to connect to the server: dial tcp 172.0.0.0:6443: socket: An invalid argument was supplied.
I am trying to follow the tutorial - https://docs.rancherdesktop.io/how-to-guides/hello-world-example#deploy-to-kubernetes
I am getting above mentioned error at the time of executing the following:
Demo\Docker\nginx>kubectl run hello-world --image=nginx-helloworld:latest --image-pull-policy=Never --port=80
Unable to connect to the server: dial tcp
172.0.0.0:6443: socket: An invalid argument was supplied.
Appreciate your help in resolving it.
Thanks.