From 25983be73f1e1dc39bc303d9f78c6f0d4fbdc30b Mon Sep 17 00:00:00 2001 From: pospispa Date: Thu, 1 Feb 2018 10:45:12 +0100 Subject: [PATCH] Fix: corrected pod states in which a pod stops using a PVC. --- docs/tasks/administer-cluster/pvc-protection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/administer-cluster/pvc-protection.md b/docs/tasks/administer-cluster/pvc-protection.md index e9aa27437698c..6087b443d851b 100644 --- a/docs/tasks/administer-cluster/pvc-protection.md +++ b/docs/tasks/administer-cluster/pvc-protection.md @@ -213,7 +213,7 @@ spec: Warning FailedScheduling 18s (x4 over 21s) default-scheduler persistentvolumeclaim "slzc" is being deleted ``` -- Wait until the pod status of both pods is `Terminated` (either delete the pods or wait until they finish). Afterwards, check that the PVC is removed. +- Wait until the pod status of both pods is `Terminated` or `Completed` (either delete the pods or wait until they finish). Afterwards, check that the PVC is removed. {% endcapture %}