Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-16-2022 10:04 AM
FYI: the instructions for using the azureDisk
volume type [2] to attach manually created [1] managed disks in Azure for AKS clusters deployed across availability zones does not work.
az create disk
command lacks a --zone
parameter.azureDisk
volume type (provided by the azure storage CSI driver) does not dynamically create topology.disk.csi.azure.com/zone=eastus-1
style nodeSelector
labels so the mount fails with non-matching zone errors.However, using the dynamic storage provisioning mode does work [3]. The quickstart instructions should probably be updated to reflect that, or else the helm charts updated to allow setting a nodeSelector to match the volume's zone.
Thanks,
Brian
[1] Create a persistent volume for each cluster member - Operations Manual
[2] Create Helm deployment values files - Operations Manual
[3] Volume mounts and persistent volumes with the Neo4j Helm Charts - Operations Manual
02-25-2022 10:28 AM
Hi Brian,
Thanks for bringing this to our notice.
We are in process of adding nodeselector feature to our helm charts. Once the feature is ready we will be definitely updating the documentation with the same.
Thanks for reporting this to us. Appreciate your time and effort.
Thanks,
Harshit
All the sessions of the conference are now available online