Skip to content

External storage plugins, provisioners, and helper libraries

License

Notifications You must be signed in to change notification settings

openshift/external-storage

This branch is 9 commits ahead of, 127 commits behind kubernetes-retired/external-storage:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 18, 2019
Jan 6, 2019
Oct 19, 2018
Oct 19, 2018
Nov 2, 2018
Jan 30, 2018
Dec 5, 2018
Dec 19, 2018
Dec 18, 2018
Dec 18, 2018
Oct 19, 2018
Jul 11, 2018
Dec 18, 2018
Oct 19, 2018
Jun 19, 2018
Jul 11, 2018
Oct 5, 2018
Jul 13, 2017
Mar 1, 2019
Mar 1, 2019
Mar 18, 2019
Mar 18, 2019
Oct 19, 2018
Oct 19, 2018
Nov 15, 2016
Nov 16, 2018
Apr 14, 2020
Apr 14, 2020
Oct 19, 2018
Feb 21, 2017
Jun 18, 2018
Dec 20, 2017
Jul 25, 2018
Oct 19, 2018
Mar 28, 2018

External Storage

Build Status GoDoc Go Report Card

External Provisioners

This repository houses community-maintained external provisioners plus a helper library for building them. Each provisioner is contained in its own directory so for information on how to use one, enter its directory and read its documentation. The library is contained in the lib directory.

What is an 'external provisioner'?

An external provisioner is a dynamic PV provisioner whose code lives out-of-tree/external to Kubernetes. Unlike in-tree dynamic provisioners that run as part of the Kubernetes controller manager, external ones can be deployed & updated independently.

External provisioners work just like in-tree dynamic PV provisioners. A StorageClass object can specify an external provisioner instance to be its provisioner like it can in-tree provisioners. The instance will then watch for PersistentVolumeClaims that ask for the StorageClass and automatically create PersistentVolumes for them. For more information on how dynamic provisioning works, see the docs or this blog post.

How to use the library

lib is deprecated. The library has moved to kubernetes-sigs/sig-storage-lib-external-provisioner.

Roadmap

February

  • Finalize repo structure, release process, etc.

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

  • Slack: #sig-storage

Kubernetes Incubator

This is a Kubernetes Incubator project. The project was established 2016-11-15 (as nfs-provisioner). The incubator team for the project is:

  • Sponsor: Clayton (@smarterclayton)
  • Champion: Jan (@jsafrane) & Brad (@childsb)
  • SIG: sig-storage

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

About

External storage plugins, provisioners, and helper libraries

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 88.5%
  • Shell 3.7%
  • Python 3.3%
  • Makefile 2.4%
  • Dockerfile 1.1%
  • Starlark 1.0%