File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ HOST_CMD="nsenter --mount=/proc/1/ns/mnt"
29
29
if [ " ${INSTALL_BLOBFUSE} " = " true" ]
30
30
then
31
31
cp /blobfuse-proxy/packages-microsoft-prod.deb /host/etc/
32
- $HOST_CMD dpkg -i /etc/packages-microsoft-prod.deb && \
32
+ yes | $HOST_CMD dpkg -i /etc/packages-microsoft-prod.deb && \
33
33
$HOST_CMD apt update && \
34
34
$HOST_CMD apt-get install -y fuse blobfuse2 blobfuse=" ${BLOBFUSE_VERSION} " && \
35
35
$HOST_CMD rm -f /etc/packages-microsoft-prod.deb
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ func getBlobfuseVersion() BlobfuseVersion {
111
111
}
112
112
113
113
if osinfo .Distro == "Ubuntu" && osinfo .Version >= "22.04" {
114
+ klog .V (2 ).Info ("proxy using blobfuse V2 for mounting" )
114
115
return BlobfuseV2
115
116
}
116
117
You can’t perform that action at this time.
0 commit comments