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

CKA study material · question 813 of 1000

An edit that raises a PersistentVolumeClaim's storage request is rejected. What is the likely cause?

  1. Claims can never be resized once bound
  2. The volume's access mode is ReadWriteOnce
  3. The volume is in the Released phase
  4. The StorageClass does not set allowVolumeExpansion to true
Show the answer

Answer: D. The StorageClass does not set allowVolumeExpansion to true

A claim may only be expanded when its StorageClass has allowVolumeExpansion set to true; the access mode and phase are unrelated to resizing.

Source: Persistent Volumes (Kubernetes) — Expanding Persistent Volumes Claims

Challenge yourself on this topic → Study as cards