azure-disk

Permissions error when attaching Azure Disk to AKS pod

烂漫一生 提交于 2021-02-19 02:56:09
问题 I've been battling this error for a few hours now. Found several articles but nothing that has helped so far. My work has been based on the "How-to guide > Configure data volumes > Azure Disk - Static" from https://docs.microsoft.com/en-us/azure/aks/azure-disk-volume. As far as I can tell, I've not missed any steps. I have defined by config in a YAML file as so: kind: Deployment metadata: name: phio-dep-db namespace: production spec: selector: matchLabels: app: phio replicas: 1 strategy: type