Skip to content

Azure Blobfuse Container Storage Interface (CSI) Storage Plugin

License

Notifications You must be signed in to change notification settings

ZeroMagic/blobfuse-csi-driver

This branch is 2212 commits behind kubernetes-sigs/blob-csi-driver:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 18, 2020
Dec 13, 2020
Dec 13, 2020
Dec 11, 2020
Nov 14, 2020
Dec 13, 2020
Dec 13, 2020
Dec 7, 2020
Jan 10, 2020
Sep 12, 2020
Feb 27, 2019
Feb 15, 2019
Nov 25, 2020
Jan 18, 2020
Dec 11, 2020
Aug 9, 2020
Feb 27, 2019
Feb 27, 2019
Dec 7, 2020
Dec 7, 2020

Repository files navigation

Azure Blob Storage CSI driver for Kubernetes

Travis Coverage Status FOSSA Status

About

This driver allows Kubernetes to access Azure Storage through one of following methods:

csi plugin name: blob.csi.azure.com

Container Images & Kubernetes Compatibility:

driver version Image 1.15+ built-in blobfuse version
master branch mcr.microsoft.com/k8s/csi/blob-csi:latest yes 1.3.6
v0.10.0 mcr.microsoft.com/k8s/csi/blob-csi:v0.10.0 yes 1.3.5
v0.9.0 mcr.microsoft.com/k8s/csi/blob-csi:v0.9.0 yes 1.3.4
v0.8.0 mcr.microsoft.com/k8s/csi/blob-csi:v0.8.0 yes 1.3.1

Breaking change notice

Since v0.7.0, driver name changed from blobfuse.csi.azure.com to blob.csi.azure.com, volume created by v0.6.0(or prior version) could not be mounted by v0.7.0 driver. If you have volumes created by v0.6.0 version, just keep the driver running in your cluster.

Driver parameters

Please refer to blob.csi.azure.com driver parameters

Prerequisite

To specify a different cloud provider config file, create azure-cred-file configmap before driver installation, e.g. for OpenShift, it's /etc/kubernetes/cloud.conf (make sure config file path is in the volumeMounts.mountPath)

kubectl create configmap azure-cred-file --from-literal=path="/etc/kubernetes/cloud.conf" --from-literal=path-windows="C:\\k\\cloud.conf" -n kube-system

Install driver on a Kubernetes cluster

Usage

Troubleshooting

Limitations

Please refer to Azure Blob Storage CSI Driver Limitations

Kubernetes Development

Please refer to development guide

View CI Results

Check testgrid provider-azure-blobfuse-csi-driver dashboard.

Links

About

Azure Blobfuse Container Storage Interface (CSI) Storage Plugin

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 85.5%
  • Shell 9.0%
  • Python 1.9%
  • Makefile 1.4%
  • HTML 1.3%
  • Dockerfile 0.9%