AKS icon indicating copy to clipboard operation
AKS copied to clipboard

[BUG] Managed CSI Blob Driver doesn't clean all resources after being uninstalled

Open Vegoo89 opened this issue 10 months ago • 11 comments

Describe the bug After Blob CSI is uninstalled, it doesn't clean all resources from the cluster (e.g. service account and clusterrole), so if I try to bring my own CSI and install it via helm chart, it fails.

To Reproduce Steps to reproduce the behavior:

  1. Enable Blob CSI on the AKS Cluster
  2. Disable Blob CSI on the AKS Cluster
  3. Try to install Blob CSI using Helm

Expected behavior After disabling the managed Blob CSI, Helm chart installation should work

Screenshots None

Environment (please complete the following information):

  • CLI not used
  • Kubernetes version 1.29.2

Additional context None

Vegoo89 avatar Apr 09 '24 12:04 Vegoo89