I’m trying to deploy my first application via Google Kubernetes. When I enter the command kubectl apply -f deploy.yaml I should get this:
deployment.apps/nginx-deployment created instead I get :
W0625 04:04:11.510044 850 loader.go:222] Config not found: /etc/kubernetes/admin.conf
I have researched extensively on how to install this file admin.conf on my machine and I’m not able to. What is an effective workaround here?