Is it possible to enable the azuredisk-csi-driver on an on-premises Kubernetes cluster that is connected to Azure using Azure Arc? #3020
-
Hi , I just wanted to know if it’s supported to add this extension (Microsoft.AzureDiskCSIDriver) to an on-premises Kubernetes cluster through Azure Arc. If not, are there any recommended alternatives for CSI-based persistent storage integration in such scenarios? Kr, |
Beta Was this translation helpful? Give feedback.
Answered by
andyzhangx
Apr 14, 2025
Replies: 1 comment 3 replies
-
is this on-premises Kubernetes cluster set up on Azure VMs? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
then azure disk driver is not supported since this driver would attach azure disk to the node, you could use Azure File or Blob CSI drivers instead, they both supports on-premise clusters.