File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ echo "Linux distribution: $DISTRIBUTION, Arch: $ARCH"
3737
3838# install blobfuse-proxy and blobfuse/blofuse2 if needed
3939case " ${DISTRIBUTION} " in
40- " rhcos" )
40+ " rhcos" | " rhel " | " cos " | " gardenlinux " )
4141 . ./blobfuse-proxy/install-proxy-rhcos.sh
4242 ;;
4343 * )
Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ func getBlobfuseVersion() BlobfuseVersion {
127127 return BlobfuseV2
128128 }
129129
130- if strings .EqualFold (osinfo .Distro , "rhcos" ) {
131- klog .V (2 ).Info ("proxy default using blobfuse V2 for mounting on RHCOS" )
130+ if strings .EqualFold (osinfo .Distro , "rhcos" ) || strings . EqualFold ( osinfo . Distro , "rhel" ) {
131+ klog .V (2 ).Info ("proxy default using blobfuse V2 for mounting on RHCOS/RHEL " )
132132 return BlobfuseV2
133133 }
134134
You can’t perform that action at this time.
0 commit comments