# kubernetes-sigs/sig-storage-local-static-provisioner

Static provisioner of local volumes

Repository: https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner
Canonical: https://ross.abutalabs.com/products/sig-storage-local-static-provisioner
Language: Go
License: Apache-2.0
License Family: permissive
Topics: k8s-sig-storage
Last push: 2026-09-02T11:27:23+00:00

## Health v2 (maintenance only)
Score: 90/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 100, release rhythm 71, longevity 100
- inputs: {"age_days": 2817, "days_push": 0, "days_rel": 39, "gap_med": 140, "n_releases_24m": 4}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1205, forks 349 (observed 2026-09-03T02:15:14.197746+00:00)

## What it is
A Kubernetes static provisioner that manages the PersistentVolume lifecycle for pre-allocated local disks on nodes. It discovers local volumes under configured discovery directories, creates PVs for them, and cleans them up when released, without supporting dynamic provisioning.

## Use cases
- provision local persistent volumes in a kubernetes cluster
- manage PV lifecycle for pre-allocated local disks
- expose node-local storage through the PVC interface
- automatically create and clean up PVs for local disks on each node
- schedule pods to nodes with local storage using node affinity

## When to choose
- you have pre-allocated local disks on Kubernetes nodes and want them exposed as PersistentVolumes
- you need low-latency, node-local storage for workloads like databases or caches
- you want automatic PV creation and cleanup for local volumes without manual PV management

## When to avoid
- you need dynamic provisioning of storage on demand
- you need storage that survives node failure or deletion
- you want replicated or network-attached storage rather than node-local disks

## Facets
- artifact type: service
- maturity: stable
- function: deployment, workflow-automation
- domain: cloud-computing
- platform: go
- tags: kubernetes, persistent-volumes, local-storage, static-provisioner, sig-storage, helm, storage, infrastructure, devops, linux

## Member repositories
- kubernetes-sigs/sig-storage-local-static-provisioner (main) score 90

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:14.197746+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:19:40.072942+00:00, confidence not recorded.
  - readme: https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner (fetched 2026-09-03T02:15:14.197746+00:00, sha 583a56cbc59f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
