github.com/kubernetes-retired/external-storage
v5.5.0+incompatible
#658 most downloaded on Go modules
kubernetes-retired/external-storage
What this package is like to depend on
Last release 6 years ago
no release in 18 months
Ships unpredictably
gaps range from 1 weeks to 1.4 years
Rarely documented
notes for 1 of 10 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
25 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
25 releases · Mar 2017 to Oct 2020Releases
latest 25-
v5.5.1-0.20201021115839-201f40d78a9d+incompatible21 Oct 2020 pre-releaseNothing published for this version
-
v5.5.0+incompatible14 May 2019Nothing published for this version
-
v5.3.0-alpha.1.0.20181101061716-f8709a5be746+incompatible01 Nov 2018 pre-releaseNothing published for this version
-
v5.3.0-alpha.1+incompatible16 Oct 2018 pre-releaseNothing published for this version
-
v5.2.0+incompatible05 Oct 2018Nothing published for this version
-
v5.1.0+incompatible30 Aug 2018Nothing published for this version
-
v5.0.1+incompatible17 Aug 2018Nothing published for this version
-
v5.0.0+incompatible13 Aug 2018Nothing published for this version
-
v4.0.0+incompatible11 Jul 2018Nothing published for this version
-
v4.0.0-beta+incompatible09 Jul 2018 pre-releaseNothing published for this version
-
v3.0.0-beta.2+incompatible29 Aug 2017 pre-releaseNothing published for this version
-
v3.0.0-beta.1+incompatible12 Jun 2017 pre-releaseNothing published for this version
-
v3.0.0-beta+incompatible01 May 2017 pre-releaseNothing published for this version
-
v2.1.0+incompatible20 Apr 2017Nothing published for this version
-
v2.0.0+incompatible29 Mar 2017Nothing published for this version
-
v2.0.0-beta+incompatible23 Mar 2017 pre-releaseNothing published for this version
-
v1.8.1-0.20201021115839-201f40d78a9d21 Oct 2020 pre-releaseNothing published for this version
-
v1.8.1-0.20181016155203-a36eb11aa65e16 Oct 2018 pre-releaseNothing published for this version
-
v1.8.1-0.20180709171700-4530b2fca1e409 Jul 2018 pre-releaseNothing published for this version
-
v1.8.007 Feb 2018Nothing published for this version
-
v1.0.1-0.20170829200734-7e8415cf231f29 Aug 2017 pre-releaseNothing published for this version
-
v1.0.1-0.20170612173101-78a89afcb9eb12 Jun 2017 pre-releaseNothing published for this version
-
v1.0.1-0.20170501214721-ce73350bac6b01 May 2017 pre-releaseNothing published for this version
-
v1.0.1-0.20170323180845-2d44c46313d623 Mar 2017 pre-releaseNothing published for this version
-
v1.0.003 Mar 2017Release notes
Open source →- Automatically create NFS PVs for any user-defined Storage Class of PVCs, backed by a containerized NFS server that creates & exports shares from some user-defined mounted storage
- Support multiple ways to run:
- standalone Pod, e.g. for easy dynamically provisioned scratch space
- stateful app, either as a StatefulSet or Deployment of 1 replica: the NFS server will survive restarts and its provisioned PVs can be backed by some mounted persistent storage e.g. a hostPath or one big PV
- DaemonSet, where each node runs the NFS server to expose its hostPath storage
- Docker container or binary outside of Kube
- Race-to-lock PVCs: when multiple instances are running & serving the same PVCs, only one attempts to provision for a PVC at a time
- Optionally exponentially backoff from calls to Provision() and Delete()
- Optionally set per-PV filesystem quotas: based on XFS project-level quotas and available only when running outside of Kubernetes (pending mount option support in Kube)
Docker image:
quay.io/kubernetes_incubator/nfs-provisioner:v1.0.0