Skip to content

Commit b1531f4

Browse files
authored
Merge pull request #525 from andyzhangx/disable-download-blobfuse-proxy
feat: disable download in blobfuse-proxy deployment
2 parents e2baca5 + b22cc54 commit b1531f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/blobfuse-proxy/blobfuse-proxy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ spec:
2424
- virtual-kubelet
2525
initContainers:
2626
- name: prepare-binaries
27-
image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
28-
command: ['sh', '-c', "wget -O /tmp/blobfuse-proxy-v0.1.0.deb https://github.com/kubernetes-sigs/blob-csi-driver/raw/master/deploy/blobfuse-proxy/v0.1.0/blobfuse-proxy-v0.1.0.deb;wget -O /tmp/packages-microsoft-prod.deb https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb"]
27+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
28+
command: ['sh', '-c', "cp /blobfuse-proxy/*.deb /tmp/"]
2929
volumeMounts:
3030
- mountPath: /tmp
3131
name: tmp-dir

0 commit comments

Comments
 (0)