Hi
I have a error when installing kubectl on windows 10.
I have followed this procedure :
Install and Set Up kubectl on Windows | Kubernetes.
I also install my kubectl config file
kubectl version --client
Client Version: v1.30.2
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
kubectl config view
worked fine, but all the commands interacting with kube fails :
kubectl get pods -n xxxx
error: unable to load root certificates: unable to parse bytes as PEM block
Thank in advance if someone has the solution