From 4b3b80f96244197377492e5bd5bc98bac2b709c7 Mon Sep 17 00:00:00 2001 From: Victor Palade Date: Wed, 28 Jul 2021 22:08:59 +0300 Subject: [PATCH] deprecation: Update quobyte storage class This change adds a deprecation notice for the in-tree quobyte storage class and offers a link to the out-of-tree example. Signed-off-by: Victor Palade --- content/en/docs/concepts/storage/storage-classes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/docs/concepts/storage/storage-classes.md b/content/en/docs/concepts/storage/storage-classes.md index 416f2f3a15..36615098c6 100644 --- a/content/en/docs/concepts/storage/storage-classes.md +++ b/content/en/docs/concepts/storage/storage-classes.md @@ -601,6 +601,12 @@ parameters: ### Quobyte +{{< feature-state for_k8s_version="v1.22" state="deprecated" >}} + +The Quobyte in-tree storage plugin is deprecated, an +[example](https://github.com/quobyte/quobyte-csi/blob/master/example/StorageClass.yaml) +`StorageClass` for the out-of-tree Quobyte plugin can be found at the Quobyte CSI repository. + ```yaml apiVersion: storage.k8s.io/v1 kind: StorageClass