blob-csi-driver icon indicating copy to clipboard operation
blob-csi-driver copied to clipboard

Azure Blob Storage CSI driver

Results 23 blob-csi-driver issues
Sort by recently updated
recently updated
newest added

**What happened**: Attempting to update driver results in an error during installation `curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/v1.16.0/deploy/install-driver.sh | bash -s v1.16.0 blobfuse-proxy --` > Warning: resource csidrivers/blob.csi.azure.com is missing the kubectl.kubernetes.io/last-applied-configuration annotation...

**What happened**: Had an issue (https://github.com/Azure/azure-storage-fuse/issues/1376) with HNS enabled blobfuse2 based mount when it is only accessible via private endpoint (public network access disabled). It made it quite difficult to...

lifecycle/stale

**What happened**: When starting a pod with in-line CSI volume, it intermittently fails to mount with the error: ``` Events: Type Reason Age From Message ---- ------ ---- ---- -------...

**What happened**: Create PVC and pod as usual: ``` apiVersion: v1 kind: PersistentVolumeClaim metadata: name: azureblob-fuse-test namespace: kube-public spec: storageClassName: azureblob-fuse-premium accessModes: - ReadWriteMany resources: requests: storage: 1Gi --- apiVersion:...

lifecycle/stale

**Is your feature request related to a problem?/Why is this needed** I have a cluster where I have a k8s service account set up with Workload Identity. https://learn.microsoft.com/en-us/azure/aks/workload-identity-overview The identity...

lifecycle/stale

**Is your feature request related to a problem?/Why is this needed** **Describe the solution you'd like in detail** Container-level snapshots aren’t currently available. However, you can take blob level snapshots....

long-term
lifecycle/stale

**Is your feature request related to a problem?/Why is this needed** When mounting a storage container using a SAS token, the recommended kind of SAS to use would be a...

**What type of PR is this?** /kind documentation **What this PR does / why we need it**: doc: add mount azure blob storage doc referring to https://github.com/qxsch/Azure-Aks/tree/master/aks-blobfuse-mi **Which issue(s) this...

cncf-cla: yes
kind/documentation
ok-to-test
size/L

**Is your feature request related to a problem?/Why is this needed** I'd like to have dynamically provisioned storage account have shared key access disabled. **Describe the solution you'd like in...

kind/feature

This is an automated cherry-pick of #1461 /assign andyzhangx ```release-note none ```

cncf-cla: yes
size/M