Merge pull request #497 from humblec/glusterfs-deprecation

Mention GlusterFS deprecation in the examples guide.
This commit is contained in:
Kubernetes Prow Robot 2023-08-25 04:55:17 -07:00 committed by GitHub
commit fb9ac11f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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.