I have set up my cluster with my app but now I'm facing issue in my gke cluster
Error:unable to upgrade connection:Authorization error (user=kube apiserver, verb=create, resource=nodes, sub resource=proxy)
I have set up my cluster with my app but now I'm facing issue in my gke cluster
Error:unable to upgrade connection:Authorization error (user=kube apiserver, verb=create, resource=nodes, sub resource=proxy)
The error looks like Authorization issue
The failure is caused by the kube-apiserver attempting to access an unrelated kubelet. This suggests that your core system's RBAC rules may be corrupt; if your installer or K8s distro doesn't have a way to validate or repair them (most don't), you can create a new cluster and compare the results to that.
Refer to this official doc for more information about Authorization
Refer to this community forum to resolve your error
Refer to this Gitlink more information about Authorization errors