You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> storage account key(or sastoken) could also be stored in Azure Key Vault, check example here: [read-from-keyvault](../../docs/read-from-keyvault.md)
50
50
51
-
- Create a blobfuse CSI PV: download [`pv-blobfuse-csi.yaml` file](https://raw.githubusercontent.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/example/pv-blobfuse-csi.yaml) and edit `containerName` in `volumeAttributes`
51
+
- Create a blob storage CSI PV: download [`pv-blobfuse-csi.yaml` file](https://raw.githubusercontent.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/example/pv-blobfuse-csi.yaml) and edit `containerName` in `volumeAttributes`
52
52
```yaml
53
53
apiVersion: v1
54
54
kind: PersistentVolume
@@ -74,7 +74,7 @@ spec:
74
74
kubectl create -f pv-blobfuse-csi.yaml
75
75
```
76
76
77
-
- Create a blobfuse CSI PVC which would be bound to the above PV
77
+
- Create a blob storage CSI PVC which would be bound to the above PV
Copy file name to clipboardExpand all lines: docs/design.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Enable CI on Windows | Completed | |
18
18
Complete all unit tests | Completed | |
19
19
Set up E2E test | to-do | |
20
20
Implement NodeStage/NodeUnstage functions | to-do | two pods on same node could share same mount |
21
-
Implement azure blobfuse.csi driver on Windows | to-do | |
21
+
Implement Blob Storage CSI driver on Windows | to-do | |
22
22
23
23
### Implementation details
24
24
To prevent possible regression issues, Azure Blob Storage CSI driver use [azure cloud provider](https://github.com/kubernetes/kubernetes/tree/v1.13.0/pkg/cloudprovider/providers/azure) library. Thus, all bug fixes in the built-in blobfuse plugin would be incorporated into this driver.
0 commit comments