Hi,
on my machine in the file %USERPROFILE%\.kube\config was missing.
you can create it with
cd %USERPROFILE%
mkdir .kube
cd .kube
microk8s config > config
https://microk8s.io/docs/working-with-kubectl
Hi,
I had the same issue, however after creating the config file I get a ValidationError.
I get below screen and error:
Can someone help me further?