Hi, could any help to point out the error in the kube config file?

Figo Huang:
Hi, could any help to point out the error in the kube config file?


Tej_Singh_Rana:
Hello, @Figo Huang
You can check from the cluster-info:

$ kubectl cluster-info 

To verify given kubeconfig file:

$ kubectl cluster-info --kubeconfig=admin.kubeconfig

Figo Huang:
thanks