I have followed the helloword tutorial on http://kubernetes.io/docs/hellonode/.
When I run:
kubectl run hello-node --image=gcr.io/PROJECT_ID/hello-node
I got this issue when using " Bash on Windows " with azure kubernetes
az aks get-credentials -n -g
The config file is autogenerated and placed in '~/.kube/config' file as per OS (which is windows in my case)
To solve this - Run from Bash commandline cp ~/.kube/config
cp ~/.kube/config