We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a19c8 commit da7c2e0Copy full SHA for da7c2e0
deploy/blobfuse-proxy/blobfuse-proxy.yaml
@@ -46,7 +46,8 @@ spec:
46
set -xe
47
dpkg -i /tmp/packages-microsoft-prod.deb
48
apt-get install -y blobfuse
49
- dpkg -i /tmp/blobfuse-proxy-v0.1.0.deb
+ dpkg -i /tmp/blobfuse-proxy.deb
50
+ rm -f /tmp/packages-microsoft-prod.deb /tmp/blobfuse-proxy.deb
51
mkdir -p /var/lib/kubelet/plugins/blob.csi.azure.com
52
echo "Enabling blobfuse proxy systemctl service"
53
systemctl daemon-reload
0 commit comments