- Home
- All questions
- Question 609
CKA study material · question 609 of 1000
A ConfigMap was marked immutable and now needs a changed value. What is required?
Show the answer
Answer: C. Deleting the ConfigMap and creating a replacement
Immutability cannot be reverted and the data can never change, so the object has to be deleted and recreated; the Pods that mounted it should be recreated too.
Source: Secrets (Kubernetes) — Immutable Secrets