From d0ac00bd84f26d71d1272277a85073e658b5faf4 Mon Sep 17 00:00:00 2001 From: Arhell <arhell333@gmail.com> Date: Fri, 25 Nov 2022 00:50:04 +0200 Subject: [PATCH] [ja] Fix feature state for ExpandCSIVolumes --- content/ja/docs/concepts/storage/persistent-volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/concepts/storage/persistent-volumes.md b/content/ja/docs/concepts/storage/persistent-volumes.md index 7f6b65b8c2..d976b7ef29 100644 --- a/content/ja/docs/concepts/storage/persistent-volumes.md +++ b/content/ja/docs/concepts/storage/persistent-volumes.md @@ -243,7 +243,7 @@ PVCに対してさらに大きなボリュームを要求するには、PVCオ #### CSIボリュームの拡張 -{{< feature-state for_k8s_version="v1.16" state="beta" >}} +{{< feature-state for_k8s_version="v1.24" state="stable" >}} CSIボリュームの拡張のサポートはデフォルトで有効になっていますが、ボリューム拡張をサポートするにはボリューム拡張を利用できるCSIドライバーも必要です。詳細については、それぞれのCSIドライバーのドキュメントを参照してください。