Skip to content

Commit

Permalink
Mention GlusterFS deprecation in the examples guide.
Browse files Browse the repository at this point in the history
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 <humble.devassy@gmail.com>
  • Loading branch information
humblec committed Jul 20, 2023
1 parent bc9ca4c commit 0310536
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions volumes/glusterfs/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 0310536

Please sign in to comment.