- Home
- All questions
- Question 583
CKA study material · question 583 of 1000
You are starting a replacement etcd member after removing a failed one. Which environment variable value is required?
Show the answer
Answer: B. ETCD_INITIAL_CLUSTER_STATE=existing
The replacement is joining a cluster that already exists rather than bootstrapping a new one, so its initial cluster state is existing.
Source: Operating etcd clusters for Kubernetes (Kubernetes) — Replacing a failed etcd member