Skip to content

Commit cae76c1

Browse files
authored
Merge pull request #529 from andyzhangx/install-blobfuse-proxy2
fix: change blobfuse install script
2 parents 03eb784 + 45f5e30 commit cae76c1

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

deploy/blobfuse-proxy/blobfuse-proxy.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,8 @@ spec:
4444
- '-c'
4545
- |
4646
set -xe
47-
if (( "${INSTALL_BLOBFUSE}" == "true" ))
48-
then
49-
dpkg -i /tmp/packages-microsoft-prod.deb
50-
apt-get install -y blobfuse
51-
fi
47+
dpkg -i /tmp/packages-microsoft-prod.deb
48+
apt-get install -y blobfuse
5249
dpkg -i /tmp/blobfuse-proxy-v0.1.0.deb
5350
mkdir -p /var/lib/kubelet/plugins/blob.csi.azure.com
5451
echo "Enabling blobfuse proxy systemctl service"
@@ -62,9 +59,6 @@ spec:
6259
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
6360
imagePullPolicy: IfNotPresent
6461
name: sysctl-install-blobfuse-proxy
65-
env:
66-
- name: INSTALL_BLOBFUSE
67-
value: "true"
6862
resources:
6963
requests:
7064
cpu: 10m

0 commit comments

Comments
 (0)