Hi, I believe the issue lies with your 'kubeconfig' file. I believe running the following command will fix your issue :
gcloud container clusters get-credentials "CLUSTER NAME"
I faced a similar issue while I was taking Kubernetes training and running this command fixed it.
hope it helps