From 88dd4ed3b5698cfe28b78568a99d1858fb1888a4 Mon Sep 17 00:00:00 2001 From: Yuiko Mouri Date: Wed, 15 Jun 2022 12:53:05 +0900 Subject: [PATCH] Add note to Volume Lifecycle figure --- spec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spec.md b/spec.md index bd537fee..554e9c76 100644 --- a/spec.md +++ b/spec.md @@ -210,6 +210,7 @@ creation to destruction. Figure 6: The lifecycle of a dynamically provisioned volume, from creation to destruction, when the Node Plugin advertises the STAGE_UNSTAGE_VOLUME capability. +NOTE: When using Non-Graceful Node Shutdown feature in Kubernetes, status can be moved from PUBLISHED to CREATED without going through VOL_READY and/or NODE_READY status. ``` ```