Study. uk . com
  1. Home
  2. All questions
  3. Question 846

CKA study material · question 846 of 1000

Which two conditions must hold to clone a PersistentVolumeClaim? Choose two.

  1. The source claim must be bound and not in use
  2. The source and destination must share a StorageClass
  3. Both claims must be in the same namespace
  4. The source must use Block volume mode
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

Challenge yourself on this topic → Study as cards