Pinned Repositories
csi-driver-host-path
A sample (non-production) CSI Driver that creates a local directory as a volume on a single node
csi-driver-nfs
This driver allows Kubernetes to access NFS server on Linux node.
csi-driver-smb
This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.
csi-test
CSI test frameworks
docs
Documentation for CSI integration with Kubernetes
external-attacher
Sidecar container that watches Kubernetes VolumeAttachment objects and triggers ControllerPublish/Unpublish against a CSI endpoint
external-provisioner
Sidecar container that watches Kubernetes PersistentVolumeClaim objects and triggers CreateVolume/DeleteVolume against a CSI endpoint
external-resizer
Sidecar container that watches Kubernetes PersistentVolumeClaims objects and triggers controller side expansion operation against a CSI endpoint
external-snapshotter
Sidecar container that watches Kubernetes Snapshot CRD objects and triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint.
node-driver-registrar
Sidecar container that registers a CSI driver with the kubelet using the kubelet plugin registration mechanism.
Kubernetes CSI's Repositories
kubernetes-csi/csi-driver-nfs
This driver allows Kubernetes to access NFS server on Linux node.
kubernetes-csi/external-snapshotter
Sidecar container that watches Kubernetes Snapshot CRD objects and triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint.
kubernetes-csi/csi-driver-smb
This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.
kubernetes-csi/external-provisioner
Sidecar container that watches Kubernetes PersistentVolumeClaim objects and triggers CreateVolume/DeleteVolume against a CSI endpoint
kubernetes-csi/csi-driver-host-path
A sample (non-production) CSI Driver that creates a local directory as a volume on a single node
kubernetes-csi/external-attacher
Sidecar container that watches Kubernetes VolumeAttachment objects and triggers ControllerPublish/Unpublish against a CSI endpoint
kubernetes-csi/csi-test
CSI test frameworks
kubernetes-csi/docs
Documentation for CSI integration with Kubernetes
kubernetes-csi/node-driver-registrar
Sidecar container that registers a CSI driver with the kubelet using the kubelet plugin registration mechanism.
kubernetes-csi/external-resizer
Sidecar container that watches Kubernetes PersistentVolumeClaims objects and triggers controller side expansion operation against a CSI endpoint
kubernetes-csi/csi-driver-iscsi
kubernetes-csi/livenessprobe
A sidecar container that can be included in a CSI plugin pod to enable integration with Kubernetes Liveness Probe.
kubernetes-csi/external-health-monitor
This repo contains sidecar controller and agent for volume health monitoring.
kubernetes-csi/csi-driver-nvmf
CSI driver NVMf mainly supports RDMA and TCP for Software Defined Storage by NVMf
kubernetes-csi/csi-proxy
CSI Proxy utility to enable CSI Plugins on Windows
kubernetes-csi/csi-lib-utils
Common code for Kubernetes CSI sidecar containers (e.g. `external-attacher`, `external-provisioner`, etc.)
kubernetes-csi/lib-volume-populator
Shared library for use by volume populators.
kubernetes-csi/driver-registrar
[Deprecated] Sidecar container that 1) registers the CSI driver with kubelet, and 2) adds the drivers custom NodeId to a label on the Kubernetes Node API Object
kubernetes-csi/csi-release-tools
shared build and test files used by kubernetes-csi projects
kubernetes-csi/csi-lib-iscsi
kubernetes-csi/cluster-driver-registrar
DEPRECATED: Sidecar container that registers the CSI driver with the Kubernetes cluster
kubernetes-csi/kubernetes-csi.github.io
kubernetes-csi/volume-data-source-validator
Controller responsible for validating PVC data sources
kubernetes-csi/external-snapshot-metadata
This repo contains sidecar controller for the snapshot metadata service.
kubernetes-csi/.github
Default files for all repos in the Kubernetes CSI GitHub org