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

CKA study material · question 309 of 1000

A PVC is deleted while a Pod still uses it, and it does not disappear. What is happening?

  1. The PVC has an unfinished expansion
  2. The API server rejected the delete
  3. Storage Object in Use Protection is postponing the deletion
  4. The StorageClass forbids deletion
Show the answer

Answer: C. Storage Object in Use Protection is postponing the deletion

In-use protection postpones deletion of a PVC a Pod still uses, and of a PV still bound to a claim.

Source: Persistent Volumes (Kubernetes) — Storage Object in Use Protection

Challenge yourself on this topic → Study as cards