File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This driver allows Kubernetes to access Azure Storage through one of following m
15
15
### Container Images & Kubernetes Compatibility:
16
16
| driver version | Image | supported k8s version | built-in blobfuse version |
17
17
| ----------------| ------------------------------------------------------| -----------------------| ---------------------------|
18
- | master branch | mcr.microsoft.com/k8s/csi/blob-csi: latest | 1.20+ | 1.4.4 |
18
+ | master branch | mcr.microsoft.com/k8s/csi/blob-csi: latest | 1.20+ | 1.4.5 |
19
19
| v1.15.0 | mcr.microsoft.com/oss/kubernetes-csi/blob-csi: v1 .15.0 | 1.20+ | 1.4.4 |
20
20
| v1.14.0 | mcr.microsoft.com/oss/kubernetes-csi/blob-csi: v1 .14.0 | 1.20+ | 1.4.4 |
21
21
| v1.13.0 | mcr.microsoft.com/oss/kubernetes-csi/blob-csi: v1 .13.0 | 1.20+ | 1.4.3 |
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ node:
118
118
enableBlobfuseProxy : false
119
119
blobfuseProxy :
120
120
installBlobfuse : true
121
- blobfuseVersion : 1.4.4
121
+ blobfuseVersion : 1.4.5
122
122
setMaxOpenFileNum : true
123
123
maxOpenFileNum : " 9000000"
124
124
disableUpdateDB : true
Original file line number Diff line number Diff line change 51
51
- name : INSTALL_BLOBFUSE_PROXY
52
52
value : " true"
53
53
- name : BLOBFUSE_VERSION
54
- value : 1.4.4
54
+ value : 1.4.5
55
55
- name : SET_MAX_OPEN_FILE_NUM
56
56
value : " true"
57
57
- name : MAX_FILE_NUM
Original file line number Diff line number Diff line change 29
29
cp /blobfuse-proxy/packages-microsoft-prod.deb /host/etc/
30
30
$HOST_CMD dpkg -i /etc/packages-microsoft-prod.deb && \
31
31
$HOST_CMD apt update && \
32
- $HOST_CMD apt-get install -y blobfuse=" ${BLOBFUSE_VERSION} " && \
32
+ $HOST_CMD apt-get install -y fuse blobfuse=" ${BLOBFUSE_VERSION} " && \
33
33
$HOST_CMD rm -f /etc/packages-microsoft-prod.deb
34
34
fi
35
35
You can’t perform that action at this time.
0 commit comments