Closed Kaushik-Vaibhav closed 1 month ago
@Kaushik-Vaibhav I have the same problem but fixed here: https://github.com/kubernetes-sigs/blob-csi-driver/pull/1651
@Kaushik-Vaibhav this PR(https://github.com/kubernetes-sigs/blob-csi-driver/pull/1660) should fix the issue.
In the meantime, if your node has already installed blobfuse2 package, you could set INSTALL_BLOBFUSE2
env var as false:
https://github.com/kubernetes-sigs/blob-csi-driver/blob/6c830004f066da7d521ae9e0f23179daca1a111e/deploy/csi-blob-node.yaml#L61C25-L62
Or you just install the blobfuse2 package manually on the node as a workaround if it's not installed by default.
What happened: I'm encountering an issue while setting up the Azure Blob CSI driver with the install-blobfuse-proxy container. It seems the installation script fails because it tries to reference a package that does not exist within the container, specifically /blobfuse-proxy/packages-microsoft-prod-18.04.deb
What you expected to happen: The installation script should complete without errors, and Blobfuse/Blobfuse2 should be installed properly in the container.
How to reproduce it:
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --set node.enableBlobfuseProxy=true --set controller.replicas=1 --set linux.kubelet="/var/snap/microk8s/common/var/lib/kubelet" --namespace kube-system --version v1.25.0
delphix@vk-hs:~/hyperscale-poc$ kubectl logs pod/csi-blob-node-k6fvw -n kube-system -c install-blobfuse-proxy
Anything else we need to know?: The same error also occurred when on setting '--set node.enableBlobfuseProxy=false'.
However, after uninstalling the current veriion, installing with an older version seemed to work
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --set node.enableBlobfuseProxy=true --set linux.kubelet="/var/snap/microk8s/common/var/lib/kubelet" --set controller.replicas=1 --namespace kube-system --version v1.24.3
On checking the events of the container:
Environment: CSI Driver version: v1.25.0 Kubernetes version (use kubectl version): v1.27.4 OS (e.g. from /etc/os-release): "Ubuntu", (20.04.6 LTS) (Focal Fossa)" Kernel (e.g. uname -a): Linux vk-azure 5.15.0-1073-dx2024092516-650d167a5-azure https://github.com/kubernetes-sigs/blob-csi-driver/pull/82~20.04.1 SMP Wed Sep 25 16:38:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux Install tools: snap (for microk8 installation)