@@ -15,12 +15,12 @@ Disclaimer: Deploying this driver manually is not an officially supported Micros
1515### Project status: GA
1616
1717### 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+ |
2424
2525### Driver parameters
2626Please 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
4747>
4848> To install specific blobfuse v2 version, run following command directly after driver is running on the agent node:
4949> ` ` ` 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"}]}}}}'
5151> ` ` `
5252>
5353 - install by [helm charts](./charts)
0 commit comments