➜ workspace kubectl cluster-info
error: You must be logged in to the server (Unauthorized)
➜ workspace kubectl config use-context docker-for-desktop
Switched to context "docker-for-desktop".
➜ workspace kubectl cluster-info
Kubernetes master is running at https://localhost:6443
KubeDNS is running at https://localhost:6443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
All in a word, you should run kubectl config at first.