- Home
- All questions
- Question 846
CKA study material · question 846 of 1000
Which two conditions must hold to clone a PersistentVolumeClaim? Choose two.
Show the answer
Answer: A. The source claim must be bound and not in use
C. Both claims must be in the same namespace
Cloning requires a bound, idle source in the same namespace and the same volumeMode on both. The StorageClass may differ between source and clone.
Source: CSI Volume Cloning (Kubernetes) — Introduction