@@ -15,12 +15,12 @@ Disclaimer: Deploying this driver manually is not an officially supported Micros
15
15
### Project status: GA
16
16
17
17
### Container Images & Kubernetes Compatibility:
18
- | driver version | Image | supported k8s version | built-in blobfuse v1 version | built-in blobfuse v2 version |
19
- | ----------------| ------------------------------------------------------| -----------------------| ------------------------------ | ---------------------------- |
20
- | master branch | mcr.microsoft.com/k8s/csi/blob-csi: latest | 1.21+ | 1.4.5 | 2.0.3 |
21
- | v1.22.1 | mcr.microsoft.com/oss/kubernetes-csi/blob-csi: v1 .22.1 | 1.21+ | 1.4.5 | 2.0.3 |
22
- | v1.21.2 | mcr.microsoft.com/oss/kubernetes-csi/blob-csi: v1 .21.2 | 1.21+ | 1.4.5 | 2.0.3 |
23
- | v1.20.2 | mcr.microsoft.com/oss/kubernetes-csi/blob-csi: v1 .20.2 | 1.21+ | 1.4.5 | 2.0.3 |
18
+ | driver version | Image | supported k8s version |
19
+ | ----------------| ------------------------------------------------------| -----------------------|
20
+ | master branch | mcr.microsoft.com/k8s/csi/blob-csi: latest | 1.21+ |
21
+ | v1.22.1 | mcr.microsoft.com/oss/kubernetes-csi/blob-csi: v1 .22.1 | 1.21+ |
22
+ | v1.21.2 | mcr.microsoft.com/oss/kubernetes-csi/blob-csi: v1 .21.2 | 1.21+ |
23
+ | v1.20.2 | mcr.microsoft.com/oss/kubernetes-csi/blob-csi: v1 .20.2 | 1.21+ |
24
24
25
25
### Driver parameters
26
26
Please refer to ` blob.csi.azure.com ` [ driver parameters] ( ./docs/driver-parameters.md )
@@ -47,7 +47,7 @@ This option does not depend on cloud provider config file, supports cross subscr
47
47
>
48
48
> To install specific blobfuse v2 version, run following command directly after driver is running on the agent node:
49
49
> ` ` ` console
50
- > kubectl patch daemonset csi-blob-node -n kube-system -p ' {"spec":{"template":{"spec":{"initContainers":[{"env":[{"name":"INSTALL_BLOBFUSE2","value":"true"},{"name":"BLOBFUSE2_VERSION","value":"2.0.3 "}],"name":"install-blobfuse-proxy"}]}}}}'
50
+ > kubectl patch daemonset csi-blob-node -n kube-system -p ' {"spec":{"template":{"spec":{"initContainers":[{"env":[{"name":"INSTALL_BLOBFUSE2","value":"true"},{"name":"BLOBFUSE2_VERSION","value":"2.0.4 "}],"name":"install-blobfuse-proxy"}]}}}}'
51
51
> ` ` `
52
52
>
53
53
- install by [helm charts](./charts)
0 commit comments