File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ Disclaimer: Deploying this driver manually is not an officially supported Micros
1919| driver version | Image | supported k8s version |
2020| ----------------| ------------------------------------------------------| -----------------------|
2121| master branch | mcr.microsoft.com/k8s/csi/blob-csi: latest | 1.21+ |
22- | v1.27.0 | mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi: v1 .27.0 | 1.21+ |
23- | v1.26.7 | mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi: v1 .26.7 | 1.21+ |
22+ | v1.27.0 | mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi: v1 .27.0-2 | 1.21+ |
23+ | v1.26.7 | mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi: v1 .26.7-3 | 1.21+ |
2424| v1.25.6 | mcr.microsoft.com/oss/kubernetes-csi/blob-csi: v1 .25.6 | 1.21+ |
2525
2626### Driver parameters
Original file line number Diff line number Diff line change 22 baseRepo : mcr.microsoft.com
33 blob :
44 repository : /oss/v2/kubernetes-csi/blob-csi
5- tag : v1.26.7
5+ tag : v1.26.7-3
66 pullPolicy : IfNotPresent
77 csiProvisioner :
88 repository : /oss/v2/kubernetes-csi/csi-provisioner
Original file line number Diff line number Diff line change 22 baseRepo : mcr.microsoft.com
33 blob :
44 repository : /oss/v2/kubernetes-csi/blob-csi
5- tag : v1.27.0
5+ tag : v1.27.0-2
66 pullPolicy : IfNotPresent
77 csiProvisioner :
88 repository : /oss/v2/kubernetes-csi/csi-provisioner
Original file line number Diff line number Diff line change 8585 drop :
8686 - ALL
8787 - name : blob
88- image : mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.26.7
88+ image : mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.26.7-3
8989 imagePullPolicy : IfNotPresent
9090 args :
9191 - " --v=5"
Original file line number Diff line number Diff line change 4040 - operator : " Exists"
4141 initContainers :
4242 - name : install-blobfuse-proxy
43- image : mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.26.7
43+ image : mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.26.7-3
4444 imagePullPolicy : IfNotPresent
4545 command :
4646 - " /blobfuse-proxy/init.sh"
@@ -125,7 +125,7 @@ spec:
125125 drop :
126126 - ALL
127127 - name : blob
128- image : mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.26.7
128+ image : mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.26.7-3
129129 imagePullPolicy : IfNotPresent
130130 args :
131131 - " --v=5"
@@ -192,7 +192,7 @@ spec:
192192 cpu : 10m
193193 memory : 20Mi
194194 - name : aznfswatchdog
195- image : mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.26.7
195+ image : mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.26.7-3
196196 command :
197197 - " aznfswatchdog"
198198 imagePullPolicy : IfNotPresent
Original file line number Diff line number Diff line change 8585 drop :
8686 - ALL
8787 - name : blob
88- image : mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0
88+ image : mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0-2
8989 imagePullPolicy : IfNotPresent
9090 args :
9191 - " --v=5"
Original file line number Diff line number Diff line change 4040 - operator : " Exists"
4141 initContainers :
4242 - name : install-blobfuse-proxy
43- image : mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0
43+ image : mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0-2
4444 imagePullPolicy : IfNotPresent
4545 command :
4646 - " /blobfuse-proxy/init.sh"
@@ -123,7 +123,7 @@ spec:
123123 drop :
124124 - ALL
125125 - name : blob
126- image : mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0
126+ image : mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0-2
127127 imagePullPolicy : IfNotPresent
128128 args :
129129 - " --v=5"
@@ -190,7 +190,7 @@ spec:
190190 cpu : 10m
191191 memory : 20Mi
192192 - name : aznfswatchdog
193- image : mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0
193+ image : mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0-2
194194 command :
195195 - " aznfswatchdog"
196196 imagePullPolicy : IfNotPresent
You can’t perform that action at this time.
0 commit comments