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

CKA study material · question 827 of 1000

A claim omitting storageClassName stays Pending in a cluster where no StorageClass is annotated as default. Why?

  1. There is no default class to apply, so nothing provisions the volume
  2. The claim needs an explicit volumeName
  3. Provisioning is deferred until a Pod is scheduled
  4. The claim's capacity exceeds the cluster's quota
Show the answer

Answer: A. There is no default class to apply, so nothing provisions the volume

A claim naming no class relies on the default StorageClass; with none marked, the claim simply stays unbound until one is created or the claim names a class.

Source: Dynamic Volume Provisioning (Kubernetes) — Using Dynamic Provisioning › Defaulting Behavior

Challenge yourself on this topic → Study as cards