From 0310536a3fa95948acfc948cb019a3e12496712c Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Thu, 20 Jul 2023 20:21:04 +0530 Subject: [PATCH] Mention GlusterFS deprecation in the examples guide. Considering GlusterFS in-tree storage driver has been deprecated in 1.25 and then removed in 1.26, it has to be notified to the users who are referring the example yamls here. Eventually we will remove the example yamls while these kubernetes versions go unsupported. Signed-off-by: Humble Chirammal --- volumes/glusterfs/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/volumes/glusterfs/README.md b/volumes/glusterfs/README.md index ac063ad3..f239914b 100644 --- a/volumes/glusterfs/README.md +++ b/volumes/glusterfs/README.md @@ -1,5 +1,10 @@ ## GlusterFS + +NOTE: GlusterFS in-tree storage driver ( `kubernetes.io/glusterfs`) which was +deprecated in kubernetes 1.25 release is removed entirely in `v1.26`. Volumes +must be migrated to an alternate storage solution before upgrading to `v1.26`. + [GlusterFS](http://www.gluster.org) is an open source scale-out filesystem. These examples provide information about how to allow containers use GlusterFS volumes.