- Home
- All questions
- Question 570
CKA study material · question 570 of 1000
kubeadm finds ca.crt in its PKI directory but no ca.key. What does it do?
Show the answer
Answer: C. It activates external CA mode and continues with no CA key on disk
Providing the root CA certificate without its key puts kubeadm into external CA mode, in which it proceeds without the key and cannot renew those certificates itself.
Source: Certificate Management with kubeadm (Kubernetes) — External CA mode