- Home
- All questions
- Question 847
CKA study material · question 847 of 1000
An existing ReadWriteOnce volume must be moved to ReadWriteOncePod without losing data. What does the documented procedure involve?
Show the answer
Answer: B. Setting the volume to Retain, recreating the claim with the new mode, and clearing the claimRef
The claim's access mode cannot be edited, so the volume is protected with Retain, the claim deleted and recreated with ReadWriteOncePod, and the stale claimRef cleared so it rebinds.
Source: Change the Access Mode of a PersistentVolume to ReadWriteOn… (Kubernetes) — Change the access mode on a PersistentVolume to ReadWriteOncePod