Skip to content

Install blobfuse2 when using ARM64 #1618

@explsd

Description

@explsd

Is your feature request related to a problem?/Why is this needed
Storage using bobfuse2 fails to mount when using ARM64 Oracle Linux. This is because blobfuse2 is not present on the node daemonset containers, since its installation is skipped when the architecture is ARM64. https://github.com/kubernetes-sigs/blob-csi-driver/blob/master/pkg/blobplugin/Dockerfile#L69 https://github.com/kubernetes-sigs/blob-csi-driver/blob/master/pkg/blobfuse-proxy/install-proxy.sh#L25

Describe the solution you'd like in detail
Since blobfuse2 now supports ARM64 it should get installed when using ARM64 and specifying blobfuse2 to be installed.

Describe alternatives you've considered
Using helm post rendering to add an init container to the node pod on the helm chart that installs blobfuse2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions