Study. uk . com
  1. Home
  2. All questions
  3. 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?

  1. /var/lib/kubelet/config.yaml
  2. /etc/kubernetes/kubelet.conf
  3. /etc/kubernetes/manifests/etcd.yaml
  4. /etc/crictl.yaml
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

Challenge yourself on this topic → Study as cards