blob-csi-driver

module
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2020 License: Apache-2.0

README

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

Breaking change

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.

Container Images & Kubernetes Compatibility:
Azure Blob Storage CSI driver Version Image 1.14+
master branch mcr.microsoft.com/k8s/csi/blob-csi:latest yes
v0.7.0 mcr.microsoft.com/k8s/csi/blob-csi:v0.7.0 yes
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 Azure Blob Storage CSI driver on a kubernetes cluster

Please refer to install Azure Blob Storage CSI driver

Usage
Troubleshooting

Kubernetes Development

Please refer to development guide

Directories

Path Synopsis
pkg
test

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL