-
Notifications
You must be signed in to change notification settings - Fork 93
Description
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