- Home
- All questions
- Question 459
CKA study material · question 459 of 1000
A restore uses a new data directory. Which file must be edited so etcd uses it?
Show the answer
Answer: C. /etc/kubernetes/manifests/etcd.yaml
The hostPath for the etcd data volume in the static Pod manifest has to point at the new directory.
Source: Operating etcd clusters for Kubernetes (Kubernetes) — Restoring an etcd cluster