Skip to content

Commit 1e532eb

Browse files
authored
Merge pull request #1639 from k8s-infra-cherrypick-robot/cherry-pick-1634-to-release-1.23
[release-1.23] fix: install blobfuse2 on arm64 node by blobfuse-proxy
2 parents ac05317 + 137da46 commit 1e532eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/blobfuse-proxy/install-proxy.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ set -xe
2020
if [ "${DISTRIBUTION}" != "ubuntu" ]
2121
then
2222
echo "skip install blobfuse/blobfuse2 for ${DISTRIBUTION}...."
23-
elif [ "${ARCH}" = "aarch64" ]
24-
then
25-
echo "skip install blobfuse/blobfuse2 for arm64...."
2623
elif [ "${INSTALL_BLOBFUSE}" = "true" ] || [ "${INSTALL_BLOBFUSE2}" = "true" ]
2724
then
2825
echo "start to install blobfuse/blobfuse2...."

0 commit comments

Comments
 (0)