- Home
- All questions
- Question 85
CKA study material · question 85 of 1000
An existing organisational CA is placed in /etc/kubernetes/pki before kubeadm init runs. What does kubeadm do?
Show the answer
Answer: B. It keeps the existing pair and signs the other certificates with it
kubeadm never overwrites a certificate and key pair that already exists, so a pre-placed CA is reused.
Source: Certificate Management with kubeadm (Kubernetes) — Using custom certificates