Azure AKS HELM Limitation for Fresh Installation¶
Issue¶
During a fresh installation of Privacera Manager on Azure AKS using HELM charts, files might not appear on the File Explorer menu of Data Inventory. Instead, the error message “No files found” is displayed.
This behavior occurs due to a known HELM limitation that affects fresh installations on Azure AKS
Important Considerations¶
- This issue affects only fresh installations on Azure AKS using HELM charts. Existing installations or upgrades are not impacted.
- The workaround involves deleting dataserver SSL certificates and regenerating them during the upgrade process.
- This ensures that the dataserver is properly configured to work with ADLS File Explorer.
Workaround¶
To resolve this issue, follow these steps::
- Set your custom-vars.
- Run
privacera-manager.sh setupto apply initial configuration. - Run
pm_with_helm.sh install - Delete the dataserver-related files from the
config/ssldirectory:Bash - Run
privacera-manager.sh setupagain to regenerate certificates. - Run
pm_with_helm.sh upgrade. - Run
privacera-manager.sh post-install.
- Prev topic: Troubleshooting