OpenShift icon indicating copy to clipboard operation
OpenShift copied to clipboard

Add Azure Disk CSI Drivers

Open ezYakaEagle442 opened this issue 4 years ago • 7 comments

https://docs.openshift.com/container-platform/4.10/storage/container_storage_interface/persistent-storage-csi-azure.html

ezYakaEagle442 avatar Feb 08 '21 12:02 ezYakaEagle442

Azure File CSI driver is now GA.

ezYakaEagle442 avatar Feb 08 '21 17:02 ezYakaEagle442

Great idea, how can we check if Azure CSI Drivers are loaded/used in ARO?

TiloGit avatar Feb 12 '21 21:02 TiloGit

@TiloGit

# kubectl get po --all-namespaces | grep csi
kube-system   csi-azuredisk-controller-77d5ccd444-4gf2h   5/5     Running   14         8d
kube-system   csi-azuredisk-node-prt5d                    3/3     Running   0          8d
kube-system   csi-azurefile-controller-7c7bb9474c-6l7p5   0/5     Pending   0          13d
kube-system   csi-azurefile-controller-7c7bb9474c-bc7nl   5/5     Running   32         13d
kube-system   csi-azurefile-node-4b67t                    3/3     Running   0          13d

andyzhangx avatar Feb 13 '21 02:02 andyzhangx

Hi, I used the helm chart to setup the CSI driver for ARO, and I could able to mount the folder and see the Azure key vault secret as a file in the mount path(from terminal window->cat /mnt/secret-store/dbpwd). I have a problem in reading the file from the mounted path using the app:

The mounted path /mnt/secret-store is created by root(usr) root(grp) The EAP app is getting initialized using jboss(usr) root(grp), with the service account as "Previlaged." when trying to access the file during initialization, getting permission denied Have anyone faced the issue? And any pointers to address this? Thanks

chans03 avatar Aug 12 '21 13:08 chans03

@sakthi-vetrivel @kagowda

ezYakaEagle442 avatar Aug 24 '21 11:08 ezYakaEagle442

@rahulm23 could you please tag this in the roadmap ?

ezYakaEagle442 avatar Dec 02 '21 11:12 ezYakaEagle442

Support for Azure Disk CSI driver was delivered as part of Openshift 4.10. For latest documentation, please go here: https://docs.openshift.com/container-platform/4.11/storage/container_storage_interface/persistent-storage-csi-azure.html

jboutaud avatar Jan 06 '23 21:01 jboutaud