- Home
- All questions
- Question 989
CKA study material · question 989 of 1000
kubectl reports "x509: certificate signed by unknown authority". Which cause does the kubeadm guide name first?
Show the answer
Answer: D. The wrong kubeconfig being used
The guide's first remedies are unsetting KUBECONFIG, pointing it at /etc/kubernetes/admin.conf, or replacing $HOME/.kube/config — a mismatched kubeconfig is by far the commonest cause.
Source: Troubleshooting kubeadm (Kubernetes) — TLS certificate errors