Skip to content

Commit 0310536

Browse files
committed
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 <[email protected]>
1 parent bc9ca4c commit 0310536

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

volumes/glusterfs/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## GlusterFS
22

3+
4+
NOTE: GlusterFS in-tree storage driver ( `kubernetes.io/glusterfs`) which was
5+
deprecated in kubernetes 1.25 release is removed entirely in `v1.26`. Volumes
6+
must be migrated to an alternate storage solution before upgrading to `v1.26`.
7+
38
[GlusterFS](http://www.gluster.org) is an open source scale-out filesystem.
49
These examples provide information about how to allow containers use GlusterFS
510
volumes.

0 commit comments

Comments
 (0)