OpenShift
OpenShift copied to clipboard
Add Azure Disk CSI Drivers
https://docs.openshift.com/container-platform/4.10/storage/container_storage_interface/persistent-storage-csi-azure.html
Azure File CSI driver is now GA.
Great idea, how can we check if Azure CSI Drivers are loaded/used in ARO?
@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
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
@sakthi-vetrivel @kagowda
@rahulm23 could you please tag this in the roadmap ?
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