kubernetes pod won’t start unless I rename the azure disk
I encountered a strange behaviour concerning my Azure kuberentes pod.
This is a postgres db disk.
My pod crashes only if I choose a specific (the original) name for the disk
Using the same snapshot by creating another disk with a different name the pod will be available.
Why does the disk name matter at all? Is it cached somewhere?